Skip to content

Commit bc3b518

Browse files
authored
Adding blank line at the end of the comment
1 parent f873ab6 commit bc3b518

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-broken-pr-links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
# Add header only if we found content
100100
if [ -s lychee/comment.md ]; then
101101
sed -i '1i **The Link Checker found broken links in your PR**.\n Please review the following list:\n' lychee/comment.md
102+
echo "" >> lychee/comment.md # 👈 force trailing blank line
102103
echo "has_content=true" >> $GITHUB_OUTPUT
103104
else
104105
echo "has_content=false" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)