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,