From 494d91b5601ea30a30e79c2db825510d00746d2a Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 9 Jan 2025 15:02:02 -0400 Subject: [PATCH] fix: try adding double braces to the variable reference (#2041) * fix: try adding double braces to the variable reference * chore: add debug workflow to figure this out * chore: try again * chore: try again again * remove debug workflow * 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 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 }}