Skip to content

Commit 92e5572

Browse files
Add link to failed run to Slack notification
Signed-off-by: Richard Plesnik <[email protected]>
1 parent 3283dda commit 92e5572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/templates/workflow/operator_release.yaml.js2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ jobs:
10791079
with:
10801080
notification_title: 'Release pipeline failed: ${{ needs.pr-check.outputs.opp_pr_title }}'
10811081
token: ${{ secrets.GITHUB_TOKEN }}
1082-
message_format: "{emoji} *{workflow}* {status_message} in <{repo_url}|{repo}>. <{workflow_url}|View Workflow>"
1082+
message_format: "{emoji} *{workflow}* {status_message} in <{repo_url}|{repo}>. <{run_url}|View Failed Run>"
10831083
footer: 'monitoring'
10841084
status: 'failure'
10851085
notify_when: 'failure'

0 commit comments

Comments
 (0)