update-homebrew-formula-action

Action to update version in formula of Homebrew Tap

APACHE-2.0 License

Stars
1
Committers
2

update-homebrew-formula-action ts

This is an action to update a Homebrew formula to the desired version.

Getting Started

To update a formula,

name: update

jobs:
  formula:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: int128/update-homebrew-formula-action@v2
        with:
          path: example.rb
          version: v1.0.0
      - uses: int128/update-generated-files-action@v2

You can see the changed formula if a new release is available.

Inputs

Name Default Description
path (required) Glob pattern to formula(s)
version (required) Desired version of the formula(s)

Outputs

None.

Package Rankings
Top 23.64% on Github actions
Badges
Extracted from project README
ts