Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EINDEX/bump-homebrew-cask-action
Github Action for bumping homebrew cask
https://github.com/EINDEX/bump-homebrew-cask-action
Last synced: 14 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T16:45:58.000Z (over 1 year ago)
- Last Synced: 2024-10-26T11:36:05.149Z (18 days ago)
- Language: JavaScript
- Size: 291 KB
- Stars: 2
- Watchers: 3
- 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
```