From 220872c81a2b7320d542265bc488c6f1cb438dad Mon Sep 17 00:00:00 2001 From: Eli Reisman <32776521+elireisman@users.noreply.github.com> Date: Tue, 4 Jun 2024 12:14:40 -0700 Subject: [PATCH] Update src/main.ts Co-authored-by: Brandon Teng --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 19b9ff82d..f9419d3b1 100644 --- a/src/main.ts +++ b/src/main.ts @@ -169,7 +169,7 @@ async function run(): Promise { // 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) {