Skip to content

Commit

Permalink
Add some stuff for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 6, 2021
1 parent 904a39f commit f876682
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/scans/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,12 @@ let actionCommon = {
}
}

console.log(`Previous runner ID: ${previousRunnerID}`)

if (previousRunnerID !== null) {
previousReport = await actionHelper.readPreviousReport(octokit, owner, repo, workSpace, previousRunnerID, { artifactName });
console.log(`Previous report: ${previousReport}`)

if (previousReport === undefined) {
create_new_issue = true;
}
Expand Down

0 comments on commit f876682

Please sign in to comment.