We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd056c commit bc1cea3Copy full SHA for bc1cea3
.github/workflows/brew.yml
@@ -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