From 755cf09375206dd08241a004686447eba026344d Mon Sep 17 00:00:00 2001 From: Alex Urbina Date: Wed, 6 Dec 2023 21:59:00 -0600 Subject: [PATCH] DEVOPS-1683 REFACTOR: deployment environment in deploy-non-prod-web.yml --- .github/workflows/deploy-non-prod-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-non-prod-web.yml b/.github/workflows/deploy-non-prod-web.yml index 4c480e24c7f..651b6a83726 100644 --- a/.github/workflows/deploy-non-prod-web.yml +++ b/.github/workflows/deploy-non-prod-web.yml @@ -207,7 +207,7 @@ jobs: - uses: bitwarden/gh-actions/report-deployment-status-to-slack@main with: project: Web - environment: ${{ inputs.environment }} Cloud + environment: ${{ needs.setup.outputs.environment-name }} tag: ${{ github.event.inputs.tag }} slack-channel: devops-alerts-test failure: ${{ needs.azure-deploy.result == 'failure' }}