mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
Fix branch name in report-deployment-status-to-slack (#6843)
This commit is contained in:
4
.github/workflows/deploy-non-prod-web.yml
vendored
4
.github/workflows/deploy-non-prod-web.yml
vendored
@@ -182,8 +182,8 @@ jobs:
|
|||||||
- uses: bitwarden/gh-actions/report-deployment-status-to-slack@main
|
- uses: bitwarden/gh-actions/report-deployment-status-to-slack@main
|
||||||
with:
|
with:
|
||||||
project: Web
|
project: Web
|
||||||
environment: US QA Cloud
|
environment: US ${{ inputs.environment }} Cloud
|
||||||
tag: ${{ needs.setup.outputs.environment-branch }}
|
tag: ${{ github.ref_name }}
|
||||||
slack-channel: team-eng-qa-devops
|
slack-channel: team-eng-qa-devops
|
||||||
failure: ${{ needs.cfpages-deploy.result == 'failure' }}
|
failure: ${{ needs.cfpages-deploy.result == 'failure' }}
|
||||||
AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|||||||
Reference in New Issue
Block a user