From 6c3cb841a2d54e1b61be7f4f6c9df56d99665684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ch=C4=99ci=C5=84ski?= Date: Thu, 9 Nov 2023 11:24:33 -0500 Subject: [PATCH] Fix branch name in report-deployment-status-to-slack (#6843) --- .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 4b3bd22058..b1df20b189 100644 --- a/.github/workflows/deploy-non-prod-web.yml +++ b/.github/workflows/deploy-non-prod-web.yml @@ -182,8 +182,8 @@ jobs: - uses: bitwarden/gh-actions/report-deployment-status-to-slack@main with: project: Web - environment: US QA Cloud - tag: ${{ needs.setup.outputs.environment-branch }} + environment: US ${{ inputs.environment }} Cloud + tag: ${{ github.ref_name }} slack-channel: team-eng-qa-devops failure: ${{ needs.cfpages-deploy.result == 'failure' }} AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}