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 bc1cea3 commit 082e308Copy full SHA for 082e308
.github/workflows/brew.yml
@@ -3,6 +3,10 @@ name: brew update
3
on:
4
# only manually
5
workflow_dispatch:
6
+ inputs:
7
+ tag-name:
8
+ required: true
9
+ description: 'release tag'
10
11
jobs:
12
update_brew:
@@ -16,3 +20,4 @@ jobs:
16
20
formula-name: gitui
17
21
# https://github.com/mislav/bump-homebrew-formula-action/issues/58
18
22
formula-path: Formula/g/gitui.rb
23
+ tag-name: ${{ github.event.inputs.tag-name }}
0 commit comments