1
0
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:
Alex Urbina
2023-12-12 08:13:40 -06:00
parent ef6f7bdce3
commit e6d82b1ade

View File

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