Skip to content

Commit 0d6e378

Browse files
eshanrnhsofietoft
andauthored
Update .github/workflows/check-broken-pr-links.yml
Co-authored-by: sofietoft <[email protected]>
1 parent 7101a7c commit 0d6e378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
9999
# Add header only if we found content
100100
if [ -s lychee/comment.md ]; then
101-
sed -i '1i 🚨 **Link Checker found broken links in this PR**\n' lychee/comment.md
101+
sed -i '1i **The Link Checker found broken links in your PR**.\n Please review the following list:\n' lychee/comment.md
102102
echo "has_content=true" >> $GITHUB_OUTPUT
103103
else
104104
echo "has_content=false" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)