update packaging

This commit is contained in:
Eli Reisman
2024-06-04 12:30:34 -07:00
parent 1b3d2772d0
commit 8e6ea8d29b
2 changed files with 2 additions and 2 deletions
Generated Vendored
+1 -1
View File
@@ -676,7 +676,7 @@ function run() {
printScannedDependencies(changes);
// 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 >= comment_pr_1.MAX_COMMENT_LENGTH) {
core.debug('The comment was too big for the GitHub API. Falling back on a minimum comment');
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long