Skip to content

Commit 365b2a4

Browse files
committed
Clarify workflow run source docs
1 parent db28bfe commit 365b2a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ specify workflow run <source>
1313
| `-i` / `--input` | Pass workflow inputs/parameters as `key=value` (repeatable); use `key=@path` to read text files |
1414
| `--input-file` | Load workflow inputs/parameters from a JSON object file; repeatable `--input` values override file values |
1515

16-
Runs a workflow from a catalog ID, URL, or local file path. Inputs/parameters declared by the workflow can be provided via `--input` or will be prompted interactively.
16+
Runs a workflow from an installed workflow ID or a local `.yml`/`.yaml` file path. Inputs/parameters declared by the workflow can be provided via `--input` or will be prompted interactively.
1717

1818
Example:
1919

0 commit comments

Comments
 (0)