Skip to content

Commit

Permalink
chore(fix): canary slack notification (#12003)
Browse files Browse the repository at this point in the history
Co-authored-by: Sridhar <[email protected]>
  • Loading branch information
ashwinkumar6 and Sridhar authored Sep 11, 2023
1 parent 254f83b commit b5fab7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/callable-canary-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
steps:
- name: Send slack message
env:
WORKFLOW_URL: ${{ env.WORKFLOW_URL }}
WORKFLOW_URL: '{ "URL": "${{ env.WORKFLOW_URL }}" }'
WEBHOOK_URL: ${{ env.WEBHOOK_URL }}
run: |
curl -X POST -H "Content-Type: application/json" \
--data {URL:$WORKFLOW_URL} \
--data "$WORKFLOW_URL" \
$WEBHOOK_URL

0 comments on commit b5fab7a

Please sign in to comment.