Skip to content

Commit 2b311dd

Browse files
jencarlucciCopilot
andauthored
Update .github/workflows/linter-failure-notifier.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fefa6fa commit 2b311dd

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/linter-failure-notifier.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
fi
4545
4646
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-
)
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+
)
5555

5656
curl --fail --silent --show-error \
5757
-X POST \

0 commit comments

Comments
 (0)