Skip to content

Commit

Permalink
console log results
Browse files Browse the repository at this point in the history
  • Loading branch information
tpikachu committed Feb 23, 2024
1 parent d72b6e6 commit fa61c10
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
Original file line number Diff line number Diff line change
Expand Up @@ -32556,6 +32556,7 @@ const waitFor = (ms) => new Promise((r) => setTimeout(r, ms));
core.setFailed(oiResult);
}

console.log(shareLink, oiResult, conclusion);
setOutput(shareLink, oiResult, conclusion);
})();

Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,6 @@ const waitFor = (ms) => new Promise((r) => setTimeout(r, ms));
core.setFailed(oiResult);
}

console.log(shareLink, oiResult, conclusion);
setOutput(shareLink, oiResult, conclusion);
})();

0 comments on commit fa61c10

Please sign in to comment.