We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3426c08 + 2b311dd commit 513a9d0Copy full SHA for 513a9d0
1 file changed
.github/workflows/linter-failure-notifier.yml
@@ -43,7 +43,15 @@ jobs:
43
target_line="• Trigger: ${TRIGGER_EVENT}"
44
fi
45
46
- message=":warning: Linter workflow failed in ${REPO}.\n• Workflow: ${RUN_NAME}\n${target_line}\n• Branch: ${BRANCH}\n• Commit: ${short_sha}\n• Run: ${RUN_URL}"
+ message=$(cat <<EOF
47
+ :warning: Linter workflow failed in ${REPO}.
48
+ • Workflow: ${RUN_NAME}
49
+ ${target_line}
50
+ • Branch: ${BRANCH}
51
+ • Commit: ${short_sha}
52
+ • Run: ${RUN_URL}
53
+ EOF
54
+ )
55
56
curl --fail --silent --show-error \
57
-X POST \
0 commit comments