mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
GnuComment: convert loaded text into string
This commit is contained in:
parent
f749a129aa
commit
562b7e7de8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/GnuComment.yml
vendored
2
.github/workflows/GnuComment.yml
vendored
|
@ -48,5 +48,5 @@ jobs:
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
issue_number: issue_number,
|
issue_number: issue_number,
|
||||||
body: fs.readFileSync('./result.txt')
|
body: String(fs.readFileSync('./result.txt')),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue