1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Merge pull request #4016 from tertsdiepraam/ci-post-gnu-comment

GnuComment: convert loaded text into string
This commit is contained in:
Terts Diepraam 2022-10-09 17:16:39 +02:00 committed by GitHub
commit 8c504edfca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')),
});