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' }}