new homebrew formular bumping ci action

This commit is contained in:
extrawurst 2023-08-30 16:37:18 +02:00
parent 4fd056c38b
commit bc1cea3dc8

18
.github/workflows/brew.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: brew update
on:
# only manually
workflow_dispatch:
jobs:
update_brew:
runs-on: ubuntu-latest
steps:
- name: Bump homebrew-core formula
uses: mislav/bump-homebrew-formula-action@v2
env:
COMMITTER_TOKEN: ${{ secrets.BREW_TOKEN }}
with:
formula-name: gitui
# https://github.com/mislav/bump-homebrew-formula-action/issues/58
formula-path: Formula/g/gitui.rb