Skip to content

Commit d8b55ca

Browse files
committed
Fixing bump homebrew workflow
1 parent c266295 commit d8b55ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/homebrew-bump-formula.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
# Steps represent a sequence of tasks that will be executed as part of the job
2525
steps:
2626
- name: Update Homebrew formula
27-
uses: dawidd6/action-homebrew-bump-formula@v3
27+
uses: dawidd6/action-homebrew-bump-formula@v3.10.1
2828
with:
2929
# Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes
30-
token: ${{secrets.HOME_BREW_PAT}}
30+
token: ${{ secrets.HOME_BREW_PAT }}
3131
no_fork: true
3232
tap: SpectoLabs/homebrew-tap
3333
# Formula name, required

0 commit comments

Comments
 (0)