Fix tests workflow (#3527)
This commit is contained in:
parent
8adadfb2ab
commit
6c176f649a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/getEnvironmentVariables.js
vendored
2
.github/workflows/getEnvironmentVariables.js
vendored
|
@ -51,7 +51,7 @@ program
|
|||
);
|
||||
}
|
||||
|
||||
const branch = await getBranch(options.repo_token);
|
||||
const branch = await getBranch(options.repo_token, options.version);
|
||||
core.setOutput("branch", branch);
|
||||
})
|
||||
.parse();
|
||||
|
|
Loading…
Reference in a new issue