Skip to content

Commit

Permalink
update webhook url
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed Jan 15, 2025
1 parent 047000c commit 0007898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-workflow-call-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,4 @@ jobs:
echo "SLACK_E2E_TEST_WEBHOOK_URL is set"
fi
curl -X POST -H 'Content-type: application/json' -d "{\"text\": \"${{ env.SLACK_MESSAGE }}\"}" $SLACK_E2E_TEST_TOKEN
curl -X POST -H 'Content-type: application/json' -d "{\"text\": \"${{ env.SLACK_MESSAGE }}\"}" $SLACK_E2E_TEST_WEBHOOK_URL

0 comments on commit 0007898

Please sign in to comment.