diff --git a/.github/workflows/cypress-staging.yaml b/.github/workflows/cypress-staging.yaml index bdc7f6e71..ad068dfcf 100644 --- a/.github/workflows/cypress-staging.yaml +++ b/.github/workflows/cypress-staging.yaml @@ -38,5 +38,5 @@ jobs: - name: Notify Slack channel if this job failed if: ${{ failure() }} run: | - json='{"text": " Staging a11y tests failed: !"}' + json='{"text": " Staging a11y tests failed: !"}' curl -X POST -H 'Content-type: application/json' --data "$json" ${{ secrets.SLACK_WEBHOOK }} diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 12105076f..aa7c50f97 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -121,5 +121,5 @@ jobs: - name: Notify Slack channel if this job failed if: ${{ failure() }} run: | - json='{"text":" CI is failing in !"}' + json='{"text":" CI is failing in !"}' curl -X POST -H 'Content-type: application/json' --data "$json" ${{ secrets.SLACK_WEBHOOK }}