From 4802e8ee228b0b8ba71f8c77cb0f5c1b65970fbe Mon Sep 17 00:00:00 2001 From: Alex Urbina Date: Tue, 12 Dec 2023 10:13:43 -0600 Subject: [PATCH] DEVOPS-1683 REFACTOR: project name in deployment workflow --- .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 1eba942e853..0b08e00ffe4 100644 --- a/.github/workflows/deploy-non-prod-web.yml +++ b/.github/workflows/deploy-non-prod-web.yml @@ -81,7 +81,7 @@ jobs: steps: - uses: bitwarden/gh-actions/report-deployment-status-to-slack@main with: - project: Web + project: Clients environment: ${{ needs.setup.outputs.environment-name }} tag: ${{ github.event.inputs.tag }} slack-channel: devops-alerts-test @@ -224,7 +224,7 @@ jobs: steps: - uses: bitwarden/gh-actions/report-deployment-status-to-slack@main with: - project: Web + project: Clients environment: ${{ needs.setup.outputs.environment-name }} tag: ${{ github.event.inputs.tag }} slack-channel: devops-alerts-test