Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemnovichkov/action-homebrew
https://github.com/artemnovichkov/action-homebrew
brew github-actions homebrew
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/artemnovichkov/action-homebrew
- Owner: artemnovichkov
- License: mit
- Created: 2019-05-05T13:41:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T14:38:00.000Z (over 5 years ago)
- Last Synced: 2024-10-04T21:43:45.192Z (about 1 month ago)
- Topics: brew, github-actions, homebrew
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Action for Homebrew
This Action for [Homebrew](https://brew.sh) enables arbitrary actions with the Homebrew command-line client.## Usage
Executes brew with arguments listed in the Action's `args`.
```
action "Update" {
needs = "Master"
uses = "artemnovichkov/action-homebrew@master"
args = "update"
}
```## License
The Dockerfile and associated scripts and documentation in this project are released under the [MIT License](LICENSE).