diff --git a/.github/workflows/run-api-test.yml b/.github/workflows/run-api-test.yml index 030a7d4d88..a960d246e1 100644 --- a/.github/workflows/run-api-test.yml +++ b/.github/workflows/run-api-test.yml @@ -157,10 +157,10 @@ jobs: ] }" else # Page someone as it's not explicitly excluded - echo "Exit code $LAST_EXIT_CODE is in the excluded list, doing nothing." + echo "Exit code $LAST_EXIT_CODE is in the excluded list, doing nothing." fi - run: | curl -X POST \ - --header 'Content-type: application/json' \ - --data "{\"text\": \":si: Failed API Tests for ${{ inputs.environment }}: \"}" \ - ${{ secrets.SLACK_WEBHOOK_URL }} + --header 'Content-type: application/json' \ + --data "{\"text\": \":si: Failed API Tests for ${{ inputs.environment }}: \"}" \ + ${{ secrets.SLACK_WEBHOOK_URL }}