Skip to content
package

GitHub Action

GitHub Action for Homebrew

0.1.0 Latest version

GitHub Action for Homebrew

package

GitHub Action for Homebrew

Wraps the Homebrew CLI to enable common Homebrew commands

Installation

Copy and paste the following snippet into your .yml file.

              

- name: GitHub Action for Homebrew

uses: artemnovichkov/[email protected]

Learn more about this action in artemnovichkov/action-homebrew

Choose a version

Github Action for Homebrew

This Action for Homebrew 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.