Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63d682e

Browse files
committed
fix: test branches fix
1 parent be6fead commit 63d682e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async function run() {
6262
}
6363

6464
// build options object
65-
const branchOption = branch ? { branches: branch } : { branches };
65+
const branchOption = branches || branch ? { branches: branch || branches } : {};
6666
const options = {
6767
...branchOption,
6868
plugins,

0 commit comments

Comments
 (0)