We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c372f46 commit 67ad07aCopy full SHA for 67ad07a
1 file changed
src/index.ts
@@ -52,7 +52,9 @@ octokit.rest.issues.createComment({
52
owner,
53
repo,
54
issue_number: pull_request_number,
55
- body: `compilation output is: \n\n\`\`\`json\n${
56
- (JSON.stringify(error_or_warnings), null, "\t")
57
- }\n\`\`\``,
+ body: `compilation output is: \n\n\`\`\`json\n${JSON.stringify(
+ error_or_warnings,
+ null,
58
+ "\t"
59
+ )}\n\`\`\``,
60
});
0 commit comments