We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f873ab6 commit bc3b518Copy full SHA for bc3b518
.github/workflows/check-broken-pr-links.yml
@@ -99,6 +99,7 @@ jobs:
99
# Add header only if we found content
100
if [ -s lychee/comment.md ]; then
101
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
103
echo "has_content=true" >> $GITHUB_OUTPUT
104
else
105
echo "has_content=false" >> $GITHUB_OUTPUT
0 commit comments