mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-10 00:10:06 +00:00
Convert buffer to string
This commit is contained in:
parent
f3bbb83000
commit
f6651c5728
2 changed files with 3 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ async function run() {
|
|||
let body;
|
||||
|
||||
if (path) {
|
||||
body = readFileSync(path);
|
||||
body = readFileSync(path, 'utf-8');
|
||||
} else {
|
||||
body = message;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue