We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47a10e commit ce01621Copy full SHA for ce01621
1 file changed
pkg/cmd/workflow/run/run.go
@@ -69,7 +69,7 @@ func NewCmdRun(f *cmdutil.Factory, runF func(*RunOptions) error) *cobra.Command
69
- Via %[1]s-f/--raw-field%[1]s or %[1]s-F/--field%[1]s flags
70
- As JSON, via standard input
71
72
- When running non-interactively, the created workflow run URL will be returned if available.
+ The created workflow run URL will be returned if available.
73
`, "`"),
74
Example: heredoc.Doc(`
75
# Have gh prompt you for what workflow you'd like to run and interactively collect inputs
0 commit comments