File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9412,7 +9412,7 @@ class ActionInput {
9412
9412
9413
9413
const runIdDirect = process.env.GITHUB_RUN_ID;
9414
9414
const rerunAttemptDirect = process.env.GITHUB_RUN_ATTEMPT;
9415
- const repositoryDirect = github.context.repo.repo;
9415
+ const repositoryDirect = `${ github.context.repo.owner}/${github.context. repo.repo}` ;
9416
9416
core.info(`Direct values are - runIdDirect: ${runIdDirect}, rerunAttemptDirect: ${rerunAttemptDirect}, repositoryDirect: ${repositoryDirect}`);
9417
9417
9418
9418
core.info(`Values of Bstack creds are: username - ${this.username}, accessKey - ${this.accessKey}`);
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class ActionInput {
80
80
81
81
const runIdDirect = process . env . GITHUB_RUN_ID ;
82
82
const rerunAttemptDirect = process . env . GITHUB_RUN_ATTEMPT ;
83
- const repositoryDirect = github . context . repo ;
83
+ const repositoryDirect = ` ${ github . context . repo . owner } / ${ github . context . repo . repo } ` ;
84
84
core . info ( `Direct values are - runIdDirect: ${ runIdDirect } , rerunAttemptDirect: ${ rerunAttemptDirect } , repositoryDirect: ${ repositoryDirect } ` ) ;
85
85
86
86
core . info ( `Values of Bstack creds are: username - ${ this . username } , accessKey - ${ this . accessKey } ` ) ;
You can’t perform that action at this time.
0 commit comments