summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorulwlu <ooulwluoo@gmail.com>2020-12-13 23:48:11 +0900
committerulwlu <ooulwluoo@gmail.com>2020-12-13 23:48:11 +0900
commite0e879df247e7fdf3485867fe8560237d5ff694f (patch)
treeba767f5aaa505b7f30bd5c43886917884873e191
parentfde369e6746e1d75a6197e0d7984bf45c43870e4 (diff)
Add cd to update brew formula in homebrew core
-rw-r--r--.github/workflows/cd.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 32af5ce1..3f614be6 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -65,3 +65,14 @@ jobs:
git-delta*.deb
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
+ bump:
+ runs-on: macos-latest
+ steps:
+ - name: Checkout repository
+ uses: actions/checkout@v2
+ - name: Bump brew formulae
+ uses: dawidd6/action-homebrew-bump-formula@v3
+ with:
+ formula: git-delta
+ token: ${{ secrets.GITHUB_TOKEN }}