From e6d82b1ade7eb83c405ce20682e5adcc1fea630f Mon Sep 17 00:00:00 2001 From: Alex Urbina Date: Tue, 12 Dec 2023 08:13:40 -0600 Subject: [PATCH] DEVOPS-1683 REFACTOR: deployment status to use dynamic values --- .github/workflows/deploy-non-prod-web.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-non-prod-web.yml b/.github/workflows/deploy-non-prod-web.yml index 7a3c1f210a8..1c781db0f50 100644 --- a/.github/workflows/deploy-non-prod-web.yml +++ b/.github/workflows/deploy-non-prod-web.yml @@ -82,8 +82,8 @@ jobs: - uses: bitwarden/gh-actions/report-deployment-status-to-slack@main with: project: Web - environment: US ${{ inputs.environment }} Cloud - tag: ${{ github.ref_name }} + environment: ${{ needs.setup.outputs.environment-name }} + tag: ${{ github.event.inputs.tag }} slack-channel: team-eng-qa-devops event: 'start' url: https://github.com/bitwarden/clients/actions/runs/${{ github.run_id }}