File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -9409,6 +9409,10 @@ class ActionInput {
9409
9409
core.info(`${ENV_VARS.BROWSERSTACK_BUILD_NAME} environment variable set as: ${this.buildName}`);
9410
9410
core.info(`Use ${ENV_VARS.BROWSERSTACK_BUILD_NAME} environment variable for your build name capability in your tests\n`);
9411
9411
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
+
9412
9416
if (await this.checkIfBStackReRun()) {
9413
9417
await this.setBStackRerunEnvVars();
9414
9418
}
You can’t perform that action at this time.
0 commit comments