Skip to content

Commit 00925b5

Browse files
committed
fix: add some empty lines
1 parent 8b2b5b3 commit 00925b5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/cron-check-int-links.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,18 @@ jobs:
5454
/^Finished!/ { if(cluster) { printf "%s\n%s\n", header, cluster } }
5555
')
5656
57+
echo ""
5758
printf "%s\n" "$broken"
59+
echo ""
5860
59-
echo "broken<<EOF" >> $GITHUB_ENV
60-
echo "$broken" >> $GITHUB_ENV
61-
echo "EOF" >> $GITHUB_ENV
61+
{
62+
echo "broken<<EOF"
63+
echo "$broken"
64+
echo "EOF"
65+
} >> $GITHUB_ENV
6266
6367
if [ -n "$broken" ]; then
64-
echo "Broken internal links detected"
68+
echo "Broken internal links detected"
6569
exit 1
6670
fi
6771

0 commit comments

Comments
 (0)