mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 19:29:14 +03:00
fix manual brew pipeline
This commit is contained in:
parent
bc1cea3dc8
commit
082e308efb
5
.github/workflows/brew.yml
vendored
5
.github/workflows/brew.yml
vendored
@ -3,6 +3,10 @@ name: brew update
|
||||
on:
|
||||
# only manually
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag-name:
|
||||
required: true
|
||||
description: 'release tag'
|
||||
|
||||
jobs:
|
||||
update_brew:
|
||||
@ -16,3 +20,4 @@ jobs:
|
||||
formula-name: gitui
|
||||
# https://github.com/mislav/bump-homebrew-formula-action/issues/58
|
||||
formula-path: Formula/g/gitui.rb
|
||||
tag-name: ${{ github.event.inputs.tag-name }}
|
||||
|
Loading…
Reference in New Issue
Block a user