Fix tests workflow (#3527)

This commit is contained in:
Karolina Rakoczy 2023-04-20 12:54:22 +02:00 committed by GitHub
parent 8adadfb2ab
commit 6c176f649a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();