mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
DEVOPS-1683 REFACTOR: deployment status to use dynamic values
This commit is contained in:
4
.github/workflows/deploy-non-prod-web.yml
vendored
4
.github/workflows/deploy-non-prod-web.yml
vendored
@@ -82,8 +82,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 ${{ inputs.environment }} Cloud
|
environment: ${{ needs.setup.outputs.environment-name }}
|
||||||
tag: ${{ github.ref_name }}
|
tag: ${{ github.event.inputs.tag }}
|
||||||
slack-channel: team-eng-qa-devops
|
slack-channel: team-eng-qa-devops
|
||||||
event: 'start'
|
event: 'start'
|
||||||
url: https://github.com/bitwarden/clients/actions/runs/${{ github.run_id }}
|
url: https://github.com/bitwarden/clients/actions/runs/${{ github.run_id }}
|
||||||
|
|||||||
Reference in New Issue
Block a user