actions-marketplace-validations/Update Homebrew Formula
Update a Homebrew formula with a GitHub release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 20, 2022
- License
- GPL 3.0
Pinned Snippet
uses: actions-marketplace-validations/naijabx_update-formula-homebrew-action@d6a274a4744ac6fee06cde6e8ad9ece11d41d47f # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | The Project main repository (e.g. example/project) | yes | — |
| tap | The Homebrew tap repository for update formula (e.g. example/homebrew-hello) | yes | — |
| formula | The path to the formula in the tap repository (e.g. Formula/hello.rb) | yes | — |
| download-url | The download file url of release (e.g. "https://github.com/example/hello/releases/download/1.0.0/hello.tar.gz") | yes | — |
| sha256 | The sha 256 of release file (e.g. "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx") | yes | — |
| commit-message | The message of the commit updating the formula. "Update {repository name} to #{tag name}" (e.g. "Update hello to 1.0.0") | no | — |
Outputs
no outputs