File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
setup-env/src/actionInput Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ class ActionInput {
37
37
this . rerunAttempt = process ?. env ?. GITHUB_RUN_ATTEMPT ;
38
38
this . runId = process ?. env ?. GITHUB_RUN_ID ;
39
39
this . repository = process ?. env ?. GITHUB_REPOSITORY ;
40
- core . info ( `The new way of setting repository is: ${ this . repository } ` ) ;
41
40
} catch ( e ) {
42
41
throw Error ( `Action input failed for reason: ${ e . message } ` ) ;
43
42
}
@@ -74,6 +73,7 @@ class ActionInput {
74
73
core . info ( `${ ENV_VARS . BROWSERSTACK_BUILD_NAME } environment variable set as: ${ this . buildName } ` ) ;
75
74
core . info ( `Use ${ ENV_VARS . BROWSERSTACK_BUILD_NAME } environment variable for your build name capability in your tests\n` ) ;
76
75
76
+ core . info ( `The new way of setting repository is: ${ this . repository } ` ) ;
77
77
if ( await this . checkIfBStackReRun ( ) ) {
78
78
await this . setBStackRerunEnvVars ( ) ;
79
79
}
You can’t perform that action at this time.
0 commit comments