mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
fix manual brew pipeline
This commit is contained in:
parent
bc1cea3dc8
commit
082e308efb
1 changed files with 5 additions and 0 deletions
5
.github/workflows/brew.yml
vendored
5
.github/workflows/brew.yml
vendored
|
|
@ -3,6 +3,10 @@ name: brew update
|
||||||
on:
|
on:
|
||||||
# only manually
|
# only manually
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
tag-name:
|
||||||
|
required: true
|
||||||
|
description: 'release tag'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_brew:
|
update_brew:
|
||||||
|
|
@ -16,3 +20,4 @@ jobs:
|
||||||
formula-name: gitui
|
formula-name: gitui
|
||||||
# https://github.com/mislav/bump-homebrew-formula-action/issues/58
|
# https://github.com/mislav/bump-homebrew-formula-action/issues/58
|
||||||
formula-path: Formula/g/gitui.rb
|
formula-path: Formula/g/gitui.rb
|
||||||
|
tag-name: ${{ github.event.inputs.tag-name }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue