We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c266295 commit d8b55caCopy full SHA for d8b55ca
.github/workflows/homebrew-bump-formula.yml
@@ -24,10 +24,10 @@ jobs:
24
# Steps represent a sequence of tasks that will be executed as part of the job
25
steps:
26
- name: Update Homebrew formula
27
- uses: dawidd6/action-homebrew-bump-formula@v3
+ uses: dawidd6/action-homebrew-bump-formula@v3.10.1
28
with:
29
# Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes
30
- token: ${{secrets.HOME_BREW_PAT}}
+ token: ${{ secrets.HOME_BREW_PAT }}
31
no_fork: true
32
tap: SpectoLabs/homebrew-tap
33
# Formula name, required
0 commit comments