diff --git a/.github/workflows/deploy-stage.yml b/.github/workflows/deploy-stage.yml index df2e84f3e..64a558132 100644 --- a/.github/workflows/deploy-stage.yml +++ b/.github/workflows/deploy-stage.yml @@ -37,7 +37,8 @@ jobs: --name autoDemo \ --location eastus \ --template-file infra/main.bicep \ - --parameters environmentName=pslautomation location=eastus2 + --parameters environmentName=pslautomation location=eastus2 \ + --query-string "{outputs: properties.outputs, error: properties.error}" \ -o json 2>&1)