diff --git a/dist/index.js b/dist/index.js index 641a041..bb659e2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3139,7 +3139,7 @@ async function run () { } catch (e) { core.setFailed(`Balto error: ${e}`) } finally { - core.info(`Generated report: ${report}`) + core.debug(`Generated report: ${report}`) report.output.annotations.forEach(annotationToOutputCommand) setOutput("issuesCount", report.output.annotations.length) if (report.conclusion === "action_required" || report.conclusion === "failure") {