Skip to content

Commit

Permalink
testing automation flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant-Microsoft committed Sep 10, 2024
1 parent 6ec901c commit 57b052a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ jobs:
- name: Send Notification on Failure
if: failure()
run: |
curl -X POST ${{ secrets.AUTO_LOGIC_APP_URL }} \
curl -X POST "${{ secrets.AUTO_LOGIC_APP_URL }}" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer ${{ secrets.AUTO_LOGIC_TOKEN }}" \
-d '{
"failureMessage": "The deployment failed(cwyd)."
}'
Expand Down

0 comments on commit 57b052a

Please sign in to comment.