Skip to content

Commit

Permalink
[BRE-265] Updating slack tag and commit hash to links (Updating test)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixman20 committed Nov 5, 2024
1 parent 3d91862 commit ba3f955
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test-report-deployment-status-to-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Start
uses: ./report-deployment-status-to-slack
with:
project: $TEST_REPORT_PROJECTT
project: $TEST_REPORT_PROJECT
environment: EU-QA Cloud
slack-channel: bre-alerts-test
tag: test-workflow-start
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Success
uses: ./report-deployment-status-to-slack
with:
project: $TEST_REPORT_PROJECTT
project: $TEST_REPORT_PROJECT
environment: US-QA Cloud
slack-channel: bre-alerts-test
tag: test-workflow-success
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Failure
uses: ./report-deployment-status-to-slack
with:
project: $TEST_REPORT_PROJECTT
project: $TEST_REPORT_PROJECT
environment: US-QA Cloud
slack-channel: bre-alerts-test
tag: test-workflow-failure
Expand All @@ -55,7 +55,7 @@ jobs:
- name: No Changes
uses: ./report-deployment-status-to-slack
with:
project: $TEST_REPORT_PROJECTT
project: $TEST_REPORT_PROJECT
environment: EU-QA Cloud
slack-channel: bre-alerts-test
tag: test-workflow-failure
Expand All @@ -73,7 +73,7 @@ jobs:
- name: With DB migration true on main
uses: ./report-deployment-status-to-slack
with:
project: $TEST_REPORT_PROJECTT
project: $TEST_REPORT_PROJECT
environment: EU-QA Cloud
slack-channel: bre-alerts-test
tag: main
Expand All @@ -86,7 +86,7 @@ jobs:
- name: With DB migration false on main
uses: ./report-deployment-status-to-slack
with:
project: $TEST_REPORT_PROJECTT
project: $TEST_REPORT_PROJECT
environment: US-QA Cloud
slack-channel: bre-alerts-test
tag: main
Expand All @@ -99,7 +99,7 @@ jobs:
- name: With DB migration true on test branch
uses: ./report-deployment-status-to-slack
with:
project: $TEST_REPORT_PROJECTT
project: $TEST_REPORT_PROJECT
environment: EU-QA Cloud
slack-channel: bre-alerts-test
tag: test-branch-failure
Expand All @@ -112,7 +112,7 @@ jobs:
- name: With DB migration false on test branch
uses: ./report-deployment-status-to-slack
with:
project: $TEST_REPORT_PROJECTT
project: $TEST_REPORT_PROJECT
environment: US-QA Cloud
slack-channel: bre-alerts-test
tag: test-branch-success
Expand Down

0 comments on commit ba3f955

Please sign in to comment.