re-apply set output for comment-content

This commit is contained in:
Eli Reisman
2024-06-04 11:20:29 -07:00
parent 1e26117d02
commit 1988567896
+4
View File
@@ -21,6 +21,10 @@ export async function commentPr(
): Promise<void> {
const commentContent = summary.stringify()
// this should be truncated for us if it's too long but
// we could check len and sub in minSummary instead
core.setOutput('comment-content', commentContent)
if (
!(
config.comment_summary_in_pr === 'always' ||