Skip to content

Commit

Permalink
fix: quote
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilian committed Nov 17, 2024
1 parent 8546568 commit 98ddaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Install deployment-time prerequisites
run: |
echo "Installing cx from Creoox/cx using token ${{ secrets.GH_TOKEN }}
echo "Installing cx from Creoox/cx using token ${{ secrets.GH_TOKEN }}"
curl -X GET -H "Authorization: token ${GH_TOKEN}" https://raw.githubusercontent.com/Creoox/cx/main/src/cx.clj > /usr/local/bin/cx
chmod +x /usr/local/bin/cx
- name: Notify about a new release
Expand Down

0 comments on commit 98ddaf4

Please sign in to comment.