test-your-pr: fix bot comment: properties/body [skip ci]

Signed-off-by: Jerry <isjerryxiao@outlook.com>
This commit is contained in:
JerryXiao 2023-12-05 20:58:25 +08:00
parent fdd718cd22
commit e26309a2f6
Signed by: Jerry
GPG Key ID: 22618F758B5BE2E5
1 changed files with 1 additions and 1 deletions

View File

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