Skip to content

Commit b0a7aeb

Browse files
authored
fix: make cloclo run-failure message actionable with run logs link (#30502)
1 parent 6f5e2a9 commit b0a7aeb

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/cloclo.lock.yml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/cloclo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ safe-outputs:
4343
footer: "> 🎤 *Magnifique! Performance by [{workflow_name}]({run_url})*{effective_tokens_suffix}{history_link}"
4444
run-started: "🎵 Comme d'habitude! [{workflow_name}]({run_url}) takes the stage on this {event_type}..."
4545
run-success: "🎤 Bravo! [{workflow_name}]({run_url}) has delivered a stunning performance! Standing ovation! 🌟"
46-
run-failure: "🎵 Intermission... [{workflow_name}]({run_url}) {status}. The show must go on... eventually!"
46+
run-failure: "🎵 Intermission... [{workflow_name}]({run_url}) {status}. Check the [run logs]({run_url}) for details."
4747
timeout-minutes: 20
4848

4949
---

0 commit comments

Comments
 (0)