Skip to content

Commit

Permalink
Stringify
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Nov 9, 2022
1 parent 6510422 commit 7f29aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
script: |
var fs = require('fs');
var issue_number = Number(fs.readFileSync('./PR'));
var body = fs.readFileSync('test-results.txt');
var body = String(fs.readFileSync('test-results.txt'));
await github.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 7f29aff

Please sign in to comment.