From 6457a1036c10817d08dd20c1c8060145f76ab5b6 Mon Sep 17 00:00:00 2001 From: John Watson Date: Sun, 8 Dec 2024 20:36:28 +0000 Subject: [PATCH] fixup --- .github/workflows/run-api-test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-api-test.yml b/.github/workflows/run-api-test.yml index bb62d59187..77cc9c9a15 100644 --- a/.github/workflows/run-api-test.yml +++ b/.github/workflows/run-api-test.yml @@ -160,7 +160,6 @@ jobs: echo "Exit code $LAST_EXIT_CODE is in the excluded list, doing nothing." fi - run: | - curl -X POST \ + curl --location "${{ secrets.SLACK_WEBHOOK_URL }}" -X POST \ --header 'Content-type: application/json' \ - --data "{\"text\": \":si: Failed API Tests for ${{ inputs.environment }}: \"}" \ - ${{ env.SLACK_WEBHOOK_URL }} + --data "{\"text\": \":si: Failed API Tests for ${{ inputs.environment }}: \"}"