Update src/main.ts

Co-authored-by: Brandon Teng <bteng22@github.com>
This commit is contained in:
Eli Reisman
2024-06-04 12:14:40 -07:00
committed by GitHub
parent 087d0f81a5
commit 220872c81a

View File

@@ -169,7 +169,7 @@ async function run(): Promise<void> {
// include full summary in output; Actions will truncate if oversized
let rendered = core.summary.stringify()
core.setOutput('content-comment', rendered)
core.setOutput('comment-content', rendered)
// if the summary is oversized, replace with minimal version
if (rendered.length >= MAX_COMMENT_LENGTH) {