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 5, 2024
1 parent cf8e6e5 commit eedc015
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 @@ -54,7 +54,7 @@ jobs:
- name: Send Notification on Failure
if: failure()
run: |
curl -X POST https://graph.microsoft.com/v1.0/users/v-pmalusare@microsoft.com/sendMail \
curl -X POST https://graph.microsoft.com/v1.0/users/prashant_malusare@persistent.com/sendMail \
-H "Authorization: Bearer ${{ env.ACCESS_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{
Expand Down

0 comments on commit eedc015

Please sign in to comment.