Skip to content

Commit

Permalink
Update src/main.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Teng <bteng22@github.com>
  • Loading branch information
elireisman and bteng22 committed Jun 4, 2024
1 parent 087d0f8 commit 220872c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 220872c

Please sign in to comment.