mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +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
|
||||
with:
|
||||
project: Web
|
||||
environment: US ${{ inputs.environment }} Cloud
|
||||
tag: ${{ github.ref_name }}
|
||||
environment: ${{ needs.setup.outputs.environment-name }}
|
||||
tag: ${{ github.event.inputs.tag }}
|
||||
slack-channel: team-eng-qa-devops
|
||||
event: 'start'
|
||||
url: https://github.com/bitwarden/clients/actions/runs/${{ github.run_id }}
|
||||
|
||||
Reference in New Issue
Block a user