Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ax-vasquez committed Aug 30, 2023
1 parent 89fe794 commit 9321be8
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 @@ -74850,6 +74850,7 @@ const detectPrNumber = async () => {
const [owner, repo] = GITHUB_REPOSITORY.split('/')
let prNumber

console.log(`USING TOKEN: `, GITHUB_TOKEN)
if (GITHUB_TOKEN) {
debug(
`Detecting PR number by asking GitHub about run ${GITHUB_RUN_ID}`
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ const detectPrNumber = async () => {
const [owner, repo] = GITHUB_REPOSITORY.split('/')
let prNumber

console.log(`USING TOKEN: `, GITHUB_TOKEN)
if (GITHUB_TOKEN) {
debug(
`Detecting PR number by asking GitHub about run ${GITHUB_RUN_ID}`
Expand Down

0 comments on commit 9321be8

Please sign in to comment.