Skip to content

Commit

Permalink
newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell committed Apr 29, 2024
1 parent 3a50795 commit 4ad3392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-all-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
OUTPUT=""
SUCCESS=false
if [ -n "${FILES_WITH_ABS_URLS}" ]; then # if there were matching files
OUTPUT="The following files have absolute URLs to prisma.io/docs%0A"
OUTPUT="The following files have absolute URLs to prisma.io/docs\n"
for line in ${FILES_WITH_ABS_URLS}
do
OUTPUT+="${line} %0A"
OUTPUT+="${line}\n"
done
else
# no matching files
Expand Down

0 comments on commit 4ad3392

Please sign in to comment.