From bc1cea3dc82e11b6ec1297d332a42a7963316093 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Wed, 30 Aug 2023 16:37:18 +0200 Subject: [PATCH] new homebrew formular bumping ci action --- .github/workflows/brew.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/brew.yml diff --git a/.github/workflows/brew.yml b/.github/workflows/brew.yml new file mode 100644 index 00000000..9d491e15 --- /dev/null +++ b/.github/workflows/brew.yml @@ -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