1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

fix homebrew

This commit is contained in:
deadc0de6
2023-01-13 14:16:46 +01:00
parent 523e44194a
commit 5ec5dd544f

View File

@@ -9,7 +9,8 @@ jobs:
homebrew-core:
runs-on: ubuntu-latest
steps:
- uses: dawidd6/action-homebrew-bump-formula@v3
- uses: mislav/bump-homebrew-formula-action@v2
with:
token: ${{secrets.HOMEBREW_FORMULA_GH_TOKEN}}
formula: dotdrop
formula-name: dotdrop
env:
COMMITTER_TOKEN: ${{secrets.HOMEBREW_FORMULA_GH_TOKEN}}