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 9afe630 commit 64ff1b3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,7 @@ jobs:
--parameters environmentName=pslautomation location=eastus2 \
--query-string "{outputs: properties.outputs, error: properties.error}" -o json 2>&1)
if echo "$output" | grep -q '"error"'; then
echo "::set-output name=status::failed"
else
echo "::set-output name=status::succeeded"
fi
echo "::set-output name=output::$output"
- name: Send Email
run: |
Expand Down

0 comments on commit 64ff1b3

Please sign in to comment.