1
0
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:
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 - 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 }}