diff --git a/.github/workflows/check-all-links.yml b/.github/workflows/check-all-links.yml index b1fa85924d..5c924ae06c 100644 --- a/.github/workflows/check-all-links.yml +++ b/.github/workflows/check-all-links.yml @@ -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