Skip to content

Commit 5895bfc

Browse files
committed
fix(GnuComment): correct formatting of comment body
1 parent 896c685 commit 5895bfc

1 file changed

Lines changed: 1 addition & 1 deletion

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,

0 commit comments

Comments
 (0)