[PR #25] [MERGED] Fix an install command for brew #1329

Closed
opened 2026-03-01 21:50:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/25
Author: @kentaro-m
Created: 2/3/2019
Status: Merged
Merged: 2/7/2019
Merged by: @cplee

Base: masterHead: kentaro-m-patch-1


📝 Commits (1)

  • 4b2e170 Fix an install command for brew

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 README.md (+1 -1)

📄 Description

Your tool is nice! When I install it using brew, show error message with the following. So I fixed it.

❯ brew install nektos/tap/act
Updating Homebrew...
==> Auto-updated Homebrew!
Updated Homebrew from 0f270d811 to cbf049cc9.
Updated 2 taps (homebrew/core and homebrew/cask).
==> Updated Formulae
hugo ✔          crystal         logstash        pandoc          ucloud
mercurial ✔     cython          logtalk         phpunit         urbit
node ✔          dhall-json      mednafen        planck          v8
ruby ✔          direnv          mesa            prettier        verilator
zsh ✔           elasticsearch   meson           ruby-build      vert.x
aws-okta        enet            minimal-racket  sbcl            vim
azure-cli       eslint          mogenerator     ship            w3m
carthage        ethereum        node-build      skaffold        wtf
cmake           gibo            numpy           swiftgen        youtube-dl
conan           hyperscan       opam            tintin
conjure-up      juju-wait       oxipng          topgrade
cryfs           kakoune         packer          typescript

Error: No available formula with the name "nektos/tap/act"
Please tap it and then try again: brew tap nektos/tap
==> Searching for similarly named formulae...
Error: No similarly named formulae found.

Adding brew tap command before brew install command successfully installed.

❯ brew tap nektos/tap && brew install nektos/tap/act
==> Tapping nektos/tap
Cloning into '/usr/local/Homebrew/Library/Taps/nektos/homebrew-tap'...
remote: Enumerating objects: 6, done.
remote: Counting objects: 100% (6/6), done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 6 (delta 0), reused 2 (delta 0), pack-reused 0
Unpacking objects: 100% (6/6), done.
Tapped 1 formula (32 files, 26.3KB).
==> Installing act from nektos/tap
==> Downloading https://github.com/nektos/act/releases/download/v0.0.5/act_Darwi
Already downloaded: /Users/Kentaro/Library/Caches/Homebrew/downloads/b9f279b288466c5eb8aff878abff27c7a1e0758f19215703e576d0660c776e0c--act_Darwin_x86_64.tar.gz
🍺  /usr/local/Cellar/act/0.0.5: 5 files, 13.7MB, built in 6 seconds

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/25 **Author:** [@kentaro-m](https://github.com/kentaro-m) **Created:** 2/3/2019 **Status:** ✅ Merged **Merged:** 2/7/2019 **Merged by:** [@cplee](https://github.com/cplee) **Base:** `master` ← **Head:** `kentaro-m-patch-1` --- ### 📝 Commits (1) - [`4b2e170`](https://github.com/nektos/act/commit/4b2e1700f19c605937b4d3197ceb2b8f272ccf06) Fix an install command for brew ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) </details> ### 📄 Description Your tool is nice! When I install it using brew, show error message with the following. So I fixed it. ``` ❯ brew install nektos/tap/act Updating Homebrew... ==> Auto-updated Homebrew! Updated Homebrew from 0f270d811 to cbf049cc9. Updated 2 taps (homebrew/core and homebrew/cask). ==> Updated Formulae hugo ✔ crystal logstash pandoc ucloud mercurial ✔ cython logtalk phpunit urbit node ✔ dhall-json mednafen planck v8 ruby ✔ direnv mesa prettier verilator zsh ✔ elasticsearch meson ruby-build vert.x aws-okta enet minimal-racket sbcl vim azure-cli eslint mogenerator ship w3m carthage ethereum node-build skaffold wtf cmake gibo numpy swiftgen youtube-dl conan hyperscan opam tintin conjure-up juju-wait oxipng topgrade cryfs kakoune packer typescript Error: No available formula with the name "nektos/tap/act" Please tap it and then try again: brew tap nektos/tap ==> Searching for similarly named formulae... Error: No similarly named formulae found. ``` Adding `brew tap` command before` brew install` command successfully installed. ``` ❯ brew tap nektos/tap && brew install nektos/tap/act ==> Tapping nektos/tap Cloning into '/usr/local/Homebrew/Library/Taps/nektos/homebrew-tap'... remote: Enumerating objects: 6, done. remote: Counting objects: 100% (6/6), done. remote: Compressing objects: 100% (5/5), done. remote: Total 6 (delta 0), reused 2 (delta 0), pack-reused 0 Unpacking objects: 100% (6/6), done. Tapped 1 formula (32 files, 26.3KB). ==> Installing act from nektos/tap ==> Downloading https://github.com/nektos/act/releases/download/v0.0.5/act_Darwi Already downloaded: /Users/Kentaro/Library/Caches/Homebrew/downloads/b9f279b288466c5eb8aff878abff27c7a1e0758f19215703e576d0660c776e0c--act_Darwin_x86_64.tar.gz 🍺 /usr/local/Cellar/act/0.0.5: 5 files, 13.7MB, built in 6 seconds ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:50:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1329
No description provided.