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 Aug 30, 2024
1 parent 827a83e commit fd66d57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
--template-file infra/main.bicep \
--parameters environmentName=pslautomation location=eastus2
- name: Create Failure Issue
- name: Create Failure mail
if: ${{ failure() }}
uses: octokit/request-action@v2.x
with:
route: POST /repos/${{ github.repository }}/issues
body: |
route: GET /repos/${{ github.repository }}/actions
mediaType: |
{
"title":"Deployment Failed",
"body":"Deployment TEST failed for branch ${{ github.ref }}. Please check the logs. @v-pmalusare@microsoft.com",
Expand Down

0 comments on commit fd66d57

Please sign in to comment.