From 76760a4b814cce390303822a2b628e7a2ac99ef0 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Thu, 23 Apr 2026 23:41:25 +0100 Subject: [PATCH] fix(ci): correct formatting of comment body --- .github/workflows/GnuComment.yml | 2 +- .github/workflows/SizeComment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/GnuComment.yml b/.github/workflows/GnuComment.yml index 6813514a7..8217888f4 100644 --- a/.github/workflows/GnuComment.yml +++ b/.github/workflows/GnuComment.yml @@ -62,7 +62,7 @@ jobs: const content = fs.readFileSync('./result.txt').toString(); const marker = ''; - 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, diff --git a/.github/workflows/SizeComment.yml b/.github/workflows/SizeComment.yml index 48d79d1ae..032c85d01 100644 --- a/.github/workflows/SizeComment.yml +++ b/.github/workflows/SizeComment.yml @@ -71,7 +71,7 @@ jobs: const content = fs.readFileSync('./result.txt').toString(); const marker = ''; - 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,