Skip to content

Commit

Permalink
Debug log generated report
Browse files Browse the repository at this point in the history
  • Loading branch information
sheck committed May 18, 2023
1 parent c9d222c commit e0ebcfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ async function run () {
} catch (e) {
core.setFailed(`Balto error: ${e}`)
} finally {
core.debug(`Generated report: ${report}`)
report.output.annotations.forEach(annotationToOutputCommand)
setOutput("issuesCount", report.output.annotations.length)
if (report.conclusion === "action_required" || report.conclusion === "failure") {
Expand Down

0 comments on commit e0ebcfb

Please sign in to comment.