We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087d0f8 commit 220872cCopy full SHA for 220872c
src/main.ts
@@ -169,7 +169,7 @@ async function run(): Promise<void> {
169
170
// include full summary in output; Actions will truncate if oversized
171
let rendered = core.summary.stringify()
172
- core.setOutput('content-comment', rendered)
+ core.setOutput('comment-content', rendered)
173
174
// if the summary is oversized, replace with minimal version
175
if (rendered.length >= MAX_COMMENT_LENGTH) {
0 commit comments