mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fix(ci): correct formatting of comment body
This commit is contained in:
committed by
Daniel Hofstetter
parent
52e1bc1f89
commit
76760a4b81
@@ -62,7 +62,7 @@ jobs:
|
||||
const content = fs.readFileSync('./result.txt').toString();
|
||||
|
||||
const marker = '<!-- gnu-comment-bot -->';
|
||||
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,
|
||||
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
const content = fs.readFileSync('./result.txt').toString();
|
||||
|
||||
const marker = '<!-- size-comment-bot -->';
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user