fix(ci): correct formatting of comment body

This commit is contained in:
xtqqczze
2026-04-24 08:47:14 +02:00
committed by Daniel Hofstetter
parent 52e1bc1f89
commit 76760a4b81
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
const content = fs.readFileSync('./result.txt').toString();
const marker = '<!-- gnu-comment-bot -->';
const body = `${marker}\nGNU testsuite comparison:\n\`\`\`\n${content}\n\`\`\``;
const body = `${marker}\nGNU testsuite comparison:\n\`\`\`\n${content}\`\`\``;
const { data: comments } = await github.rest.issues.listComments({
...context.repo,
+1 -1
View File
@@ -71,7 +71,7 @@ jobs:
const content = fs.readFileSync('./result.txt').toString();
const marker = '<!-- size-comment-bot -->';
const body = `${marker}\nBinary size comparison:\n\`\`\`\n${content}\n\`\`\``;
const body = `${marker}\nBinary size comparison:\n\`\`\`\n${content}\`\`\``;
const { data: comments } = await github.rest.issues.listComments({
...context.repo,