https://github.com/EINDEX/bump-homebrew-cask-action
Github Action for bumping homebrew cask
https://github.com/EINDEX/bump-homebrew-cask-action
Last synced: about 1 year ago
JSON representation
Github Action for bumping homebrew cask
- Host: GitHub
- URL: https://github.com/EINDEX/bump-homebrew-cask-action
- Owner: EINDEX
- Archived: true
- Created: 2021-07-27T08:39:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T16:45:58.000Z (about 3 years ago)
- Last Synced: 2025-03-24T09:41:35.613Z (about 1 year ago)
- Language: JavaScript
- Size: 291 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bump Homebrew cask Action
This action is working for bumping homebrew cask automatically.
## Inputs
## `token`
**Required** Homebrew Github api token.
## `package`
The package need bumping.
**Recommendation** Cask package maintainer use this.
## `bump-gist-raw-link`
Gist raw url of package list.
**Recommendation** Please suggest cask package maintainer use this action to bumping up when they release.
## `name`
Github user name. Default `${{ github.actor }}`.
## `email`
Github user email.
## message
The message when you create pull request via `brew bump-cask-pr`.
Default `"Automatic bumping by [Bump Homebrew Cask Action](https://github.com/EINDEX/bump-homebrew-cask-action)"`
## Example usage
### For maintainer
```yaml
uses: eindex/bump-homebrew-cask-action
with:
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
package: ''
```
### For non-maintainer
```yaml
uses: eindex/bump-homebrew-cask-action
with:
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
bump_gist_raw_link: ''
```
Example for gist content
```text
cask-package1
cask-package2
cask-package3
```