test-your-pr: fix bot comment: format error: missing newline [skip ci]

Signed-off-by: Jerry <isjerryxiao@outlook.com>
This commit is contained in:
JerryXiao 2023-12-05 21:11:06 +08:00
parent 927756f36b
commit 4d6d28a19f
Signed by: Jerry
GPG Key ID: 22618F758B5BE2E5
1 changed files with 1 additions and 1 deletions

View File

@ -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