Skip to content

Commit

Permalink
ci: Fix notify message for slack notification (#5311)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Dec 13, 2023
1 parent 933d715 commit 239f92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/e2e/slack/send-message/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ runs:
URL: ${{ inputs.url }}
MESSAGE: ${{ inputs.message }}
run: |
JSON='{"message": "$MESSAGE"}'
JSON="{'message': '$MESSAGE'}"
curl -X POST -H 'Content-Type: application/json' --data "${JSON}" "$(printf "$URL" | tr -d "\n")"

0 comments on commit 239f92a

Please sign in to comment.