diff --git a/.github/workflows/deploy-stage.yml b/.github/workflows/deploy-stage.yml index 497a79baf..e783df603 100644 --- a/.github/workflows/deploy-stage.yml +++ b/.github/workflows/deploy-stage.yml @@ -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: |