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 5910d8c commit 4a7d361Copy full SHA for 4a7d361
lib/interface/cli/commands/workflow/run.cmd.js
@@ -21,6 +21,7 @@ const run = new Command({
21
.option('branch', {
22
describe: 'Branch',
23
alias: 'b',
24
+ require: true,
25
})
26
.option('sha', {
27
describe: 'Set commit sha',
0 commit comments