Skip to content

Commit 4a7d361

Browse files
Fix run pipeline branch (#83)
1 parent 5910d8c commit 4a7d361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/interface/cli/commands/workflow/run.cmd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const run = new Command({
2121
.option('branch', {
2222
describe: 'Branch',
2323
alias: 'b',
24+
require: true,
2425
})
2526
.option('sha', {
2627
describe: 'Set commit sha',

0 commit comments

Comments
 (0)