Skip to content

Commit

Permalink
test-your-pr: fix bot comment: properties/body [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry <[email protected]>
  • Loading branch information
isjerryxiao committed Dec 5, 2023
1 parent fdd718c commit e26309a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-your-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e26309a

Please sign in to comment.