Skip to content

Commit

Permalink
moving log
Browse files Browse the repository at this point in the history
  • Loading branch information
darpanLalwani committed Sep 23, 2024
1 parent 1225c44 commit 78869d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-env/src/actionInput/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class ActionInput {
this.rerunAttempt = process?.env?.GITHUB_RUN_ATTEMPT;
this.runId = process?.env?.GITHUB_RUN_ID;
this.repository = process?.env?.GITHUB_REPOSITORY;
core.info(`The new way of setting repository is: ${this.repository}`);
} catch (e) {
throw Error(`Action input failed for reason: ${e.message}`);
}
Expand Down Expand Up @@ -74,6 +73,7 @@ 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(`The new way of setting repository is: ${this.repository}`);
if (await this.checkIfBStackReRun()) {
await this.setBStackRerunEnvVars();
}
Expand Down

0 comments on commit 78869d9

Please sign in to comment.