Skip to content

Commit

Permalink
Escape deploy message properly
Browse files Browse the repository at this point in the history
  • Loading branch information
tkhduracell committed Dec 10, 2024
1 parent b124e54 commit 8370fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ jobs:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
run: |
YYYYMMDD=$(date '+%Y-%m-%d %H:%M:%S')
MESSAGE=" ☘️ Veganflora functions has been deployed at: `${YYYYMMDD}`"
MESSAGE=" ☘️ Veganflora functions has been deployed at: \`${YYYYMMDD}\`"
curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"${MESSAGE}\"}" ${SLACK_WEBHOOK}

0 comments on commit 8370fd4

Please sign in to comment.