mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 12:31:14 +00:00
Build new code
This commit is contained in:
parent
b27d1a1315
commit
7bce870c7c
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ function run() {
|
|||
}
|
||||
let body;
|
||||
if (path) {
|
||||
body = fs_1.readFileSync(path);
|
||||
body = fs_1.readFileSync(path, 'utf-8');
|
||||
}
|
||||
else {
|
||||
body = message;
|
||||
|
|
|
|||
Loading…
Reference in a new issue