Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
atlowChemi committed Feb 28, 2023
1 parent 6132180 commit 768130a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13989,6 +13989,7 @@ async function publishCommentOnPullRequest(token, { accumulatedResult, testResul
if (!pullRequest) {
return;
}
console.log(pullRequest);
const prNumber = pullRequest.number;
core4.info(`\u2139\uFE0F - Got PR number ${prNumber} with SHA: ${headSha}`);
const octokit = github2.getOctokit(token);
Expand Down
4 changes: 2 additions & 2 deletions lib/index.js.map

Large diffs are not rendered by default.

0 comments on commit 768130a

Please sign in to comment.