mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 06:10:42 +08:00
test-your-pr: fix bot comment: format error: missing newline [skip ci]
Signed-off-by: Jerry <isjerryxiao@outlook.com>
This commit is contained in:
parent
927756f36b
commit
4d6d28a19f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-your-pr.yml
vendored
2
.github/workflows/test-your-pr.yml
vendored
|
@ -98,7 +98,7 @@ jobs:
|
||||||
issue_number: context.issue.number,
|
issue_number: context.issue.number,
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
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
|
- run: false
|
||||||
|
|
Loading…
Reference in a new issue