actions-marketplace-validations/Homebrew bump cask
Bump (update) a Homebrew cask 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 | — |
| org | Fork tap repository to selected GitHub organization. | no | — |
| tap | Cask tap. In livecheck mode, if cask input is empty, the Action will check the whole tap. Example: dawidd6/tap Example: dawidd6/homebrew-tap | no | — |
| cask | Cask name. In livecheck mode, this could take more than one cask, separated by commas or spaces or newlines. Example: macloggerdx Example (livecheck): macloggerdx, wsjtx | 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 cask 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 casks. If tap input is specified - check all cask in this tap. If cask input is specified - check one or more casks. If cask and tap inputs are specified - check one or more casks in that tap. | no | — |
| dryrun | Pass --dry-run to `brew bump-cask-pr` | no | — |
Outputs
no outputs