Create pull-request instead of committing directly

pull/6/head
sgoudham 3 years ago
parent a3ede681c2
commit ef2a87b38d
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -154,6 +154,7 @@ jobs:
- uses: mislav/bump-homebrew-formula-action@v1
if: "!contains(github.ref, '-')" # skip prereleases
with:
create-pullrequest: true
formula-name: ${{ env.BIN }}
formula-path: Formula/${{ env.BIN }}.rb
homebrew-tap: sgoudham/homebrew-tap

Loading…
Cancel
Save