diff --git a/.github/workflows/build_and_push_performance_test.yml b/.github/workflows/build_and_push_performance_test.yml index 5c609f42f6..efce107a47 100644 --- a/.github/workflows/build_and_push_performance_test.yml +++ b/.github/workflows/build_and_push_performance_test.yml @@ -74,5 +74,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 }} diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index b004cfb9fb..ec8db4caa3 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -100,6 +100,6 @@ 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 }} diff --git a/.github/workflows/lambda_production.yml b/.github/workflows/lambda_production.yml index 78eb3bb513..79f231924a 100644 --- a/.github/workflows/lambda_production.yml +++ b/.github/workflows/lambda_production.yml @@ -65,5 +65,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 }} diff --git a/.github/workflows/lambda_staging.yml b/.github/workflows/lambda_staging.yml index 99343efac2..e7c0076b21 100644 --- a/.github/workflows/lambda_staging.yml +++ b/.github/workflows/lambda_staging.yml @@ -67,5 +67,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 }} diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 93a7c6cfa7..24e7a331da 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -27,5 +27,5 @@ jobs: - name: Notify Slack channel if this performance test job fails if: ${{ failure() && github.ref == 'refs/heads/main' }} run: | - json='{"text":"Scheduled CI Performance testing failed: "}' + json='{"text":"Scheduled CI Performance testing failed: "}' curl -X POST -H 'Content-type: application/json' --data "$json" ${{ secrets.SLACK_WEBHOOK }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e83772f573..3d06fe3a01 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -79,7 +79,7 @@ jobs: - name: Notify Slack channel if this job fails if: ${{ failure() && github.ref == 'refs/heads/main' }} run: | - json='{"text":"Scheduled CI testing failed: "}' + json='{"text":"Scheduled CI testing failed: "}' curl -X POST -H 'Content-type: application/json' --data "$json" ${{ secrets.SLACK_WEBHOOK }} \ No newline at end of file