We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896c685 commit 5895bfcCopy full SHA for 5895bfc
1 file changed
.github/workflows/GnuComment.yml
@@ -62,7 +62,7 @@ jobs:
62
const content = fs.readFileSync('./result.txt').toString();
63
64
const marker = '<!-- gnu-comment-bot -->';
65
- const body = `${marker}\nGNU testsuite comparison:\n\`\`\`\n${content}\n\`\`\``;
+ const body = `${marker}\nGNU testsuite comparison:\n\`\`\`\n${content}\`\`\``;
66
67
const { data: comments } = await github.rest.issues.listComments({
68
...context.repo,
0 commit comments