Skip to content

Commit 6bbae56

Browse files
[no-relnote] Update slack notification message
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent 7af2955 commit 6bbae56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
name: ginkgo-logs-${{ matrix.driver_branch }}
100100
path: ginkgo.json
101101
retention-days: 15
102+
102103
- name: Send Slack alert notification
103104
if: ${{ failure() }}
104105
uses: slackapi/[email protected]
@@ -108,6 +109,6 @@ jobs:
108109
payload: |
109110
channel: ${{ secrets.SLACK_CHANNEL_ID }}
110111
text: |
111-
:x: On repository ${{ github.repository }}, the Workflow *${{ github.workflow }}* has failed.
112+
:x: On repository ${{ github.repository }}, the Workflow *${{ github.workflow }}-driver-branch-${{ matrix.driver_branch }}* has failed.
112113
113114
Details: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 commit comments

Comments
 (0)