From 4c81e63b6f951ed2b2a1bd7ffc6648ea7978a064 Mon Sep 17 00:00:00 2001 From: Andrew Leith Date: Thu, 9 Jan 2025 18:36:39 +0000 Subject: [PATCH] update workflows FOR THE LAST TIME --- .github/workflows/cypress-staging.yaml | 2 +- .github/workflows/docker.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress-staging.yaml b/.github/workflows/cypress-staging.yaml index 0f3fe5700..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 007b2a560..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 }}