Update src/main.ts

Co-authored-by: Brandon Teng <[email protected]>
This commit is contained in:
Eli Reisman
2024-06-04 12:14:40 -07:00
committed by GitHub
co-authored by Brandon Teng
parent 087d0f81a5
commit 220872c81a
+1 -1
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) {