We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fc02e commit 7f5dc9dCopy full SHA for 7f5dc9d
.github/workflows/docker.yaml
@@ -92,5 +92,5 @@ jobs:
92
- name: Notify Slack channel if this job failed
93
if: ${{ failure() }}
94
run: |
95
- 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> !"}'
96
curl -X POST -H 'Content-type: application/json' --data "$json" ${{ secrets.SLACK_WEBHOOK }}
0 commit comments