Browse Source

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

key-definition-enhancements
Michał Chęciński 2 years ago committed by GitHub
parent
commit
6c3cb841a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/deploy-non-prod-web.yml

4
.github/workflows/deploy-non-prod-web.yml

@ -182,8 +182,8 @@ jobs: @@ -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 }}

Loading…
Cancel
Save