Skip to content

Commit 75a7109

Browse files
committed
updated logs
1 parent bc99bc0 commit 75a7109

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup-env/dist/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9409,6 +9409,10 @@ class ActionInput {
94099409
core.info(`${ENV_VARS.BROWSERSTACK_BUILD_NAME} environment variable set as: ${this.buildName}`);
94109410
core.info(`Use ${ENV_VARS.BROWSERSTACK_BUILD_NAME} environment variable for your build name capability in your tests\n`);
94119411

9412+
core.info(`Values of Bstack creds are: username - ${this.username}, accessKey - ${this.accessKey}`);
9413+
core.info(`Values of extractable vars are: rerunAttempt - ${this.rerunAttempt}, runId - ${this.runId}, repository - ${this.repository}`);
9414+
core.info(`Values of mandatory parms are: github_token - ${this.githubToken}, githubApp - ${this.githubApp}`);
9415+
94129416
if (await this.checkIfBStackReRun()) {
94139417
await this.setBStackRerunEnvVars();
94149418
}

0 commit comments

Comments
 (0)