Skip to content

Commit 1636686

Browse files
committed
trying with full repo
1 parent bb580e0 commit 1636686

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
@@ -80,7 +80,7 @@ class ActionInput {
8080

8181
const runIdDirect = process.env.GITHUB_RUN_ID;
8282
const rerunAttemptDirect = process.env.GITHUB_RUN_ATTEMPT;
83-
const repositoryDirect = github.context.repo.repo;
83+
const repositoryDirect = github.context.repo;
8484
core.info(`Direct values are - runIdDirect: ${runIdDirect}, rerunAttemptDirect: ${rerunAttemptDirect}, repositoryDirect: ${repositoryDirect}`);
8585

8686
core.info(`Values of Bstack creds are: username - ${this.username}, accessKey - ${this.accessKey}`);

0 commit comments

Comments
 (0)