Skip to content

Commit

Permalink
Merge pull request #4016 from tertsdiepraam/ci-post-gnu-comment
Browse files Browse the repository at this point in the history
GnuComment: convert loaded text into string
  • Loading branch information
tertsdiepraam authored Oct 9, 2022
2 parents e578502 + 562b7e7 commit 8c504ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GnuComment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issue_number,
body: fs.readFileSync('./result.txt')
body: String(fs.readFileSync('./result.txt')),
});

0 comments on commit 8c504ed

Please sign in to comment.