Skip to content

Commit

Permalink
Fix download-url
Browse files Browse the repository at this point in the history
  • Loading branch information
KS1019 committed Feb 5, 2022
1 parent 258f2a4 commit a67e6b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-update-formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
formula-name: hondana
formula-path: hondana.rb
homebrew-tap: KS1019/homebrew-formulae
download-url: https://github.com/Hondana.git
download-url: https://github.com/KS1019/Hondana.git
tag-name: ${{ github.event.inputs.tag-name }}
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/update-formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
formula-name: hondana
formula-path: hondana.rb
homebrew-tap: KS1019/homebrew-formulae
download-url: https://github.com/Hondana.git
download-url: https://github.com/KS1019/Hondana.git
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

0 comments on commit a67e6b5

Please sign in to comment.