From 64ff1b3350df077d93561266c2fffbb35226656b Mon Sep 17 00:00:00 2001 From: Prashant-Microsoft Date: Fri, 30 Aug 2024 10:37:32 +0530 Subject: [PATCH] testing automation flow --- .github/workflows/deploy-stage.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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: |