diff --git a/.github/workflows/getEnvironmentVariables.js b/.github/workflows/getEnvironmentVariables.js index d79006ab3..ca75b376f 100644 --- a/.github/workflows/getEnvironmentVariables.js +++ b/.github/workflows/getEnvironmentVariables.js @@ -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();