Skip to content

Commit 78869d9

Browse files
committed
moving log
1 parent 1225c44 commit 78869d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-env/src/actionInput/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class ActionInput {
3737
this.rerunAttempt = process?.env?.GITHUB_RUN_ATTEMPT;
3838
this.runId = process?.env?.GITHUB_RUN_ID;
3939
this.repository = process?.env?.GITHUB_REPOSITORY;
40-
core.info(`The new way of setting repository is: ${this.repository}`);
4140
} catch (e) {
4241
throw Error(`Action input failed for reason: ${e.message}`);
4342
}
@@ -74,6 +73,7 @@ class ActionInput {
7473
core.info(`${ENV_VARS.BROWSERSTACK_BUILD_NAME} environment variable set as: ${this.buildName}`);
7574
core.info(`Use ${ENV_VARS.BROWSERSTACK_BUILD_NAME} environment variable for your build name capability in your tests\n`);
7675

76+
core.info(`The new way of setting repository is: ${this.repository}`);
7777
if (await this.checkIfBStackReRun()) {
7878
await this.setBStackRerunEnvVars();
7979
}

0 commit comments

Comments
 (0)