From 75a7109cef463dcf19ea3f0b76c4f3dbd1a139db Mon Sep 17 00:00:00 2001 From: Darpan Lalwani Date: Thu, 19 Sep 2024 15:22:45 +0530 Subject: [PATCH] updated logs --- setup-env/dist/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup-env/dist/index.js b/setup-env/dist/index.js index c3489e3..ca998de 100644 --- a/setup-env/dist/index.js +++ b/setup-env/dist/index.js @@ -9409,6 +9409,10 @@ class ActionInput { core.info(`${ENV_VARS.BROWSERSTACK_BUILD_NAME} environment variable set as: ${this.buildName}`); core.info(`Use ${ENV_VARS.BROWSERSTACK_BUILD_NAME} environment variable for your build name capability in your tests\n`); + core.info(`Values of Bstack creds are: username - ${this.username}, accessKey - ${this.accessKey}`); + core.info(`Values of extractable vars are: rerunAttempt - ${this.rerunAttempt}, runId - ${this.runId}, repository - ${this.repository}`); + core.info(`Values of mandatory parms are: github_token - ${this.githubToken}, githubApp - ${this.githubApp}`); + if (await this.checkIfBStackReRun()) { await this.setBStackRerunEnvVars(); }