Skip to content

Commit

Permalink
[BRE-50] Upgrade Slack Messages To New Pattern (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeebru authored May 21, 2024
1 parent 56b095a commit 68889bb
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/test-report-deployment-status-to-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
uses: ./report-deployment-status-to-slack
with:
project: Server
environment: US QA Cloud
tag: test-workflow-start
environment: EU-QA Cloud
slack-channel: devops-alerts-test
tag: test-workflow-start
event: 'start'
commit-sha: ${{ github.sha }}
url: https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
Expand All @@ -29,9 +29,9 @@ jobs:
uses: ./report-deployment-status-to-slack
with:
project: Server
environment: US QA Cloud
tag: test-workflow-success
environment: US-QA Cloud
slack-channel: devops-alerts-test
tag: test-workflow-success
event: 'success'
commit-sha: ${{ github.sha }}
url: https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
Expand All @@ -41,9 +41,9 @@ jobs:
uses: ./report-deployment-status-to-slack
with:
project: Server
environment: US QA Cloud
tag: test-workflow-failure
environment: US-QA Cloud
slack-channel: devops-alerts-test
tag: test-workflow-failure
event: 'failure'
commit-sha: ${{ github.sha }}
url: https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
Expand All @@ -53,9 +53,9 @@ jobs:
uses: ./report-deployment-status-to-slack
with:
project: Server
environment: US QA Cloud
tag: test-workflow-failure
environment: EU-QA Cloud
slack-channel: devops-alerts-test
tag: test-workflow-failure
event: 'no-changes'
commit-sha: ${{ github.sha }}
url: https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
Expand All @@ -71,9 +71,9 @@ jobs:
uses: ./report-deployment-status-to-slack
with:
project: Server
environment: US QA Cloud
tag: main
environment: EU-QA Cloud
slack-channel: devops-alerts-test
tag: main
event: 'success'
commit-sha: ${{ github.sha }}
db_migration_detected: true
Expand All @@ -84,9 +84,9 @@ jobs:
uses: ./report-deployment-status-to-slack
with:
project: Server
environment: US QA Cloud
tag: main
environment: US-QA Cloud
slack-channel: devops-alerts-test
tag: main
event: 'failure'
commit-sha: ${{ github.sha }}
db_migration_detected: false
Expand All @@ -97,9 +97,9 @@ jobs:
uses: ./report-deployment-status-to-slack
with:
project: Server
environment: US QA Cloud
tag: test-branch-failure
environment: EU-QA Cloud
slack-channel: devops-alerts-test
tag: test-branch-failure
event: 'failure'
commit-sha: ${{ github.sha }}
db_migration_detected: false
Expand All @@ -110,9 +110,9 @@ jobs:
uses: ./report-deployment-status-to-slack
with:
project: Server
environment: US QA Cloud
tag: test-branch-success
environment: US-QA Cloud
slack-channel: devops-alerts-test
tag: test-branch-success
event: 'success'
commit-sha: ${{ github.sha }}
db_migration_detected: true
Expand Down

0 comments on commit 68889bb

Please sign in to comment.