Skip to content

Commit 76760a4

Browse files
xtqqczzecakebaker
authored andcommitted
fix(ci): correct formatting of comment body
1 parent 52e1bc1 commit 76760a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/GnuComment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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,

.github/workflows/SizeComment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
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,

0 commit comments

Comments
 (0)