Skip to content

Commit 7f5dc9d

Browse files
authored
fix: update json encoding in workflow (#209)
1 parent a1fc02e commit 7f5dc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ jobs:
9292
- name: Notify Slack channel if this job failed
9393
if: ${{ failure() }}
9494
run: |
95-
json="{'text':'<!here> CI is failing in <https://github.com/cds-snc/notification-document-download-api/|notification-document-download-api> !'}"
95+
json='{"text":"<!here> CI is failing in <https://github.com/cds-snc/notification-document-download-api/|notification-document-download-api> !"}'
9696
curl -X POST -H 'Content-type: application/json' --data "$json" ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)