File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,24 @@ permissions:
1111 packages : write
1212
1313jobs :
14- homebrew :
15- runs-on : ubuntu-latest
16- steps :
17- - name : Update Homebrew formula
18- uses : dawidd6/action-homebrew-bump-formula@v3
19- with :
20- # GitHub token, required, not the default one
21- token : ${{secrets.TOKEN}}
22- # Optional, defaults to homebrew/core
23- tap : USER/REPO
24- # Formula name, required
25- formula : FORMULA
14+ # homebrew:
15+ # runs-on: ubuntu-latest
16+ # steps:
17+ # - name: Update Homebrew formula
18+ # uses: dawidd6/action-homebrew-bump-formula@v3
19+ # with:
20+ # GitHub token, required, not the default one
21+ # token: ${{secrets.TOKEN}}
22+ # Optional, defaults to homebrew/core
23+ # tap: USER/REPO
24+ # Formula name, required
25+ # formula: FORMULA
2626 # Optional, will be determined automatically
27- tag : ${{github.ref}}
27+ # tag: ${{github.ref}}
2828 # Optional, will be determined automatically
29- revision : ${{github.sha}}
29+ # revision: ${{github.sha}}
3030 # Optional, if don't want to check for already open PRs
31- force : false # true
31+ # force: false # true
3232 build-go-binary :
3333 name : Release Go Binary
3434 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments