mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 00:20:41 +08:00
test-your-pr: fix bot comment: properties/body [skip ci]
Signed-off-by: Jerry <isjerryxiao@outlook.com>
This commit is contained in:
parent
fdd718cd22
commit
e26309a2f6
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
|
@ -97,7 +97,7 @@ jobs:
|
|||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
body: fs.readFileSync('/tmp/buildjob_tail.log')
|
||||
body: fs.readFileSync('/tmp/buildjob_tail.log', { encoding: 'utf8', flag: 'r' })
|
||||
})
|
||||
|
||||
- run: false
|
||||
|
|
Loading…
Reference in a new issue