Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6fead commit 63d682eCopy full SHA for 63d682e
entrypoint.js
@@ -62,7 +62,7 @@ async function run() {
62
}
63
64
// build options object
65
- const branchOption = branch ? { branches: branch } : { branches };
+ const branchOption = branches || branch ? { branches: branch || branches } : {};
66
const options = {
67
...branchOption,
68
plugins,
0 commit comments