File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 const content = fs.readFileSync('./result.txt').toString();
6363
6464 const marker = '<!-- gnu-comment-bot -->';
65- const body = `${marker}\nGNU testsuite comparison:\n\`\`\`\n${content}\n\ `\`\``;
65+ const body = `${marker}\nGNU testsuite comparison:\n\`\`\`\n${content}\`\`\``;
6666
6767 const { data: comments } = await github.rest.issues.listComments({
6868 ...context.repo,
Original file line number Diff line number Diff line change 7171 const content = fs.readFileSync('./result.txt').toString();
7272
7373 const marker = '<!-- size-comment-bot -->';
74- const body = `${marker}\nBinary size comparison:\n\`\`\`\n${content}\n\ `\`\``;
74+ const body = `${marker}\nBinary size comparison:\n\`\`\`\n${content}\`\`\``;
7575
7676 const { data: comments } = await github.rest.issues.listComments({
7777 ...context.repo,
You can’t perform that action at this time.
0 commit comments