actions-marketplace-validations/Homebrew bump formula
Bump (update) a Homebrew formula on new project release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token (not the default one) | yes | — |
| user_name | Git user name to commit by. | no | — |
| user_email | Git user email to commit by. | no | — |
| message | Additional message to append to created PR. | no | — |
| org | Fork tap repository to selected GitHub organization. | no | — |
| no_fork | Use the origin repository instead of forking. | no | — |
| tap | Formula tap. In livecheck mode, if formula input is empty, the Action will check the whole tap. Example: dawidd6/tap Example: dawidd6/homebrew-tap | no | — |
| tap_url | Formula tap URL. Specify this if you don't have the repository named $USER/homebrew-$TAP. Or if your tap is hosted somewhere else. If you specify this input, the `tap` input needs to be set too. Example: http://github.com/dawidd6/action-homebrew-bump-formula.git | no | — |
| formula | Formula name. In livecheck mode, this could take more than one formula, separated by commas or spaces or newlines. Example: lazygit Example (livecheck): lazygit, lazydocker, lazynpm | no | — |
| tag | Git tag. It is determined automatically. Example: v1.0.0 Example: refs/tags/v1.0.0 | no | ${{github.ref}} |
| revision | Git revision. Only required for formulae that use git to download the source. It is determined automatically. Example: 130d3a3af72f66780ae4e24cd143ae7a4d757f9d | no | ${{github.sha}} |
| force | Check open PRs or not (will fail if detected) | no | — |
| livecheck | Use `brew livecheck` to determine outdated formulae. If tap input is specified - check all formulae in this tap. If formula input is specified - check one or more formulae. If formula and tap inputs are specified - check one or more formulae in that tap. | no | — |
Outputs
no outputs