1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Fix branch name in report-deployment-status-to-slack (#6843)

This commit is contained in:
Michał Chęciński
2023-11-09 11:24:33 -05:00
committed by GitHub
parent 7f7700f5f5
commit 6c3cb841a2

View File

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