Skip to content

Commit

Permalink
fix: update json encoding in workflow (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith authored Jan 10, 2025
1 parent a1fc02e commit 7f5dc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ jobs:
- name: Notify Slack channel if this job failed
if: ${{ failure() }}
run: |
json="{'text':'<!here> CI is failing in <https://github.com/cds-snc/notification-document-download-api/|notification-document-download-api> !'}"
json='{"text":"<!here> CI is failing in <https://github.com/cds-snc/notification-document-download-api/|notification-document-download-api> !"}'
curl -X POST -H 'Content-type: application/json' --data "$json" ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 7f5dc9d

Please sign in to comment.