GitHub Action
GitHub Action for Homebrew
0.1.0
Latest version
This Action for Homebrew enables arbitrary actions with the Homebrew command-line client.
Executes brew with arguments listed in the Action's args
.
action "Update" {
needs = "Master"
uses = "artemnovichkov/action-homebrew@master"
args = "update"
}
The Dockerfile and associated scripts and documentation in this project are released under the MIT License.