From 4d6d28a19fbe231a7674b52d6a1c8298bd0a5e9c Mon Sep 17 00:00:00 2001 From: Jerry Date: Tue, 5 Dec 2023 21:11:06 +0800 Subject: [PATCH] test-your-pr: fix bot comment: format error: missing newline [skip ci] Signed-off-by: Jerry --- .github/workflows/test-your-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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