Skip to content

Commit bc1cea3

Browse files
committed
new homebrew formular bumping ci action
1 parent 4fd056c commit bc1cea3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/brew.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: brew update
2+
3+
on:
4+
# only manually
5+
workflow_dispatch:
6+
7+
jobs:
8+
update_brew:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Bump homebrew-core formula
12+
uses: mislav/bump-homebrew-formula-action@v2
13+
env:
14+
COMMITTER_TOKEN: ${{ secrets.BREW_TOKEN }}
15+
with:
16+
formula-name: gitui
17+
# https://github.com/mislav/bump-homebrew-formula-action/issues/58
18+
formula-path: Formula/g/gitui.rb

0 commit comments

Comments
 (0)