actions-marketplace-validations/kpenfound fork of dawidd6 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 | — |
| message | Additional message to append to created PR. | no | — |
| tap | Formula tap. In livecheck mode, if formula input is empty, the Action will check the whole tap. Example: kpenfound/tap Example: kpenfound/homebrew-tap | 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}} |
| nofork | Pass --no-fork to brew | no | — |
| 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