Skip to content

Commit

Permalink
json stringify debug object
Browse files Browse the repository at this point in the history
  • Loading branch information
sheck committed May 18, 2023
1 parent f7dfd5d commit ba13576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

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

2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ async function run () {
} catch (e) {
core.setFailed(`Balto error: ${e}`)
} finally {
core.debug(`Generated report: ${report}`)
core.debug(`Generated report: ${JSON.stringify(report, null, 2)}`)
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 ba13576

Please sign in to comment.