Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
d-co-white committed Jun 27, 2024
1 parent 1d8aa05 commit 14f74a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ async function run() {
core.debug(`This is the scan id: ${scanData.scanId} (${typeof scanData.scanId})`);
core.setOutput("scanId", scanData.scanId);
if (exitCode !== 0) {
core.debug("It really really failed")
core.setFailed("This failed yo")
process.exit()
}
}

Expand Down

0 comments on commit 14f74a2

Please sign in to comment.