Updating workflow to stringify body for issue (#42807)
This commit is contained in:
2
.github/actions-scripts/post-lints.js
vendored
2
.github/actions-scripts/post-lints.js
vendored
@@ -49,7 +49,7 @@ async function main() {
|
||||
core,
|
||||
octokit,
|
||||
reportTitle: `Error(s) in content markdown file(s)`,
|
||||
reportBody: JSON.parse(errors),
|
||||
reportBody: JSON.stringify(errors, undefined, 2),
|
||||
reportRepository: REPORT_REPOSITORY,
|
||||
reportLabel: REPORT_LABEL,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user