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 0eebbf1 commit 96ef615
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,10 @@ jobs:
--name autoDemo \
--location eastus \
--template-file infra/main.bicep \
--parameters environmentName=pslautomation location=eastus2 \
--parameters environmentName=pslautomation location=eastus2
-o json 2>&1)
# Print the raw output for debugging
echo "$output"
- name: Send Email
run: |
Expand Down

0 comments on commit 96ef615

Please sign in to comment.