From 979ea7a84f22e6fbb4db1ffdf7f465d534b644d9 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Thu, 31 Aug 2023 12:18:22 +0200 Subject: [PATCH] Only mention the user if the workflow fails. - Only @ the person who triggered the workflow if the workflow fails. --- src/fast-forward.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fast-forward.sh b/src/fast-forward.sh index 54a67e8..8f3b999 100755 --- a/src/fast-forward.sh +++ b/src/fast-forward.sh @@ -156,7 +156,7 @@ echo 1 >$EXIT_CODE LOG=$(mktemp) { - echo "Triggered from $(github_event .comment.html_url .pull_request.html_url) by @$GITHUB_ACTOR." + echo "Triggered from $(github_event .comment.html_url .pull_request.html_url) by @[$GITHUB_ACTOR]($(github_event .user.html_url))." echo # The symbolic name.