diff --git a/.github/workflows/test-your-pr.yml b/.github/workflows/test-your-pr.yml index 8a2613e..0fac387 100644 --- a/.github/workflows/test-your-pr.yml +++ b/.github/workflows/test-your-pr.yml @@ -98,7 +98,7 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: `Your pull request failed the check:\`\`\`\n${l.trimEnd()}\n\`\`\`` + body: `Your pull request failed the check:\n\`\`\`\n${l.trimEnd()}\n\`\`\`` }) - run: false