Skip to content

Commit 00c7e0d

Browse files
authored
Format line in bold in Markdown
1 parent 4112489 commit 00c7e0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353
if: always()
5454
run: |
5555
mkdir -p lychee
56-
: > lychee/comment.md # start with empty file
56+
: > lychee/comment.md # start with an empty file
5757
5858
awk '
5959
/^Errors in / {
6060
file=$3
6161
gsub("^/home/runner/work/UmbracoDocs/UmbracoDocs/", "", file)
62-
print "\nBroken links found in:\n" file >> "lychee/comment.md"
62+
print "\n**Broken links found in: " file "**" >> "lychee/comment.md"
6363
next
6464
}
6565

0 commit comments

Comments
 (0)