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) {