We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7f8fd commit 6c92f2fCopy full SHA for 6c92f2f
pkg/cmd/workflow/run/run.go
@@ -46,7 +46,7 @@ func NewCmdRun(f *cmdutil.Factory, runF func(*RunOptions) error) *cobra.Command
46
}
47
48
cmd := &cobra.Command{
49
- Use: "run [<workflow ID> | <workflow name>]",
+ Use: "run [<workflow-ID> | <workflow-name>]",
50
Short: "Create a dispatch event for a workflow, starting a run",
51
Long: heredoc.Doc(`
52
Create a workflow_dispatch event for a given workflow.
0 commit comments