mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
new homebrew formular bumping ci action
This commit is contained in:
parent
4fd056c38b
commit
bc1cea3dc8
1 changed files with 18 additions and 0 deletions
18
.github/workflows/brew.yml
vendored
Normal file
18
.github/workflows/brew.yml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: brew update
|
||||
|
||||
on:
|
||||
# only manually
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update_brew:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Bump homebrew-core formula
|
||||
uses: mislav/bump-homebrew-formula-action@v2
|
||||
env:
|
||||
COMMITTER_TOKEN: ${{ secrets.BREW_TOKEN }}
|
||||
with:
|
||||
formula-name: gitui
|
||||
# https://github.com/mislav/bump-homebrew-formula-action/issues/58
|
||||
formula-path: Formula/g/gitui.rb
|
||||
Loading…
Reference in a new issue