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 9, 2024
1 parent 5226a9f commit 00a079e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Send Notification on Failure
if: failure()
run: |
curl -X POST https://graph.microsoft.com/v1.0/me/sendMail \
curl -X POST https://graph.microsoft.com/v1.0/v-pmalusare@MngEnvMCAP993385.onmicrosoft.com/sendMail \
-H "Authorization: Bearer ${{ env.ACCESS_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{
Expand Down

0 comments on commit 00a079e

Please sign in to comment.