Skip to content

Commit

Permalink
Double quote to prevent globbing and word splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
colindean authored Dec 14, 2024
1 parent 5144844 commit c06d867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
env:
TOKEN: ${{ secrets.PUSH_TOKEN }}
run: |
git push https://fgborges:${TOKEN}@github.com/Homebrew/homebrew-linux-fonts HEAD:master
git push "https://fgborges:${TOKEN}@github.com/Homebrew/homebrew-linux-fonts" HEAD:master

0 comments on commit c06d867

Please sign in to comment.