Skip to content

Commit

Permalink
update dist
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <[email protected]>
  • Loading branch information
noqcks committed Nov 22, 2023
1 parent 3e2e991 commit 757ef2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ async function runScan({
});
});

console.log("EXIT CODE")
console.log(exitCode)

if (core.isDebug()) {
core.debug("Xeol output:");
core.debug(cmdOutput);
Expand Down
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ async function runScan({
});
});

console.log("EXIT CODE")
console.log(exitCode)

if (core.isDebug()) {
core.debug("Xeol output:");
core.debug(cmdOutput);
Expand Down

0 comments on commit 757ef2a

Please sign in to comment.