1
0
mirror of synced 2026-01-04 09:06:46 -05:00

Updating workflow to stringify body for issue (#42807)

This commit is contained in:
Grace Park
2023-09-18 10:07:56 -07:00
committed by GitHub
parent ffcfd498e6
commit 09405222aa

View File

@@ -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,
}