Skip to content

Commit

Permalink
updated logs
Browse files Browse the repository at this point in the history
  • Loading branch information
darpanLalwani committed Sep 19, 2024
1 parent bc99bc0 commit 75a7109
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup-env/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 75a7109

Please sign in to comment.