From 9321be86fd53f4f14e2e2b8ae34c65ac73df8671 Mon Sep 17 00:00:00 2001 From: Armando Vasquez Date: Wed, 30 Aug 2023 15:40:34 -0500 Subject: [PATCH] more logging --- dist/index.js | 1 + index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/index.js b/dist/index.js index f49ff7364..e376789ea 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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}` diff --git a/index.js b/index.js index 4bb997464..dfc004ef7 100644 --- a/index.js +++ b/index.js @@ -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}`