Skip to content

Commit 220872c

Browse files
elireismanbteng22
andauthored
Update src/main.ts
Co-authored-by: Brandon Teng <bteng22@github.com>
1 parent 087d0f8 commit 220872c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ async function run(): Promise<void> {
169169

170170
// include full summary in output; Actions will truncate if oversized
171171
let rendered = core.summary.stringify()
172-
core.setOutput('content-comment', rendered)
172+
core.setOutput('comment-content', rendered)
173173

174174
// if the summary is oversized, replace with minimal version
175175
if (rendered.length >= MAX_COMMENT_LENGTH) {

0 commit comments

Comments
 (0)