diff --git a/.github/workflows/deploy-stage.yml b/.github/workflows/deploy-stage.yml index 6f7bdb8e0..f3e3da194 100644 --- a/.github/workflows/deploy-stage.yml +++ b/.github/workflows/deploy-stage.yml @@ -39,6 +39,8 @@ jobs: --template-file infra/main.bicep \ --parameters environmentName=pslautomation location=eastus2) + echo "::set-output name=output::$output" + - name: Send Success Email if: ${{ success() }} run: echo "Deployment succeeded" | mail -s "Azure Deployment Success" v-pmalusare@microsoft.com