Skip to content

Commit bafe14b

Browse files
committed
update docs
1 parent e1a4bfa commit bafe14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ The following sets of tools are available:
509509
- `repo`: Repository name (string, required)
510510
- `resource_id`: The unique identifier of the resource. This will vary based on the "method" provided, so ensure you provide the correct ID:
511511
- Do not provide any resource ID for 'list_workflows' method.
512-
- Provide a workflow ID or workflow file name (e.g. ci.yaml) for 'list_workflow_runs' method.
512+
- Provide a workflow ID or workflow file name (e.g. ci.yaml) for 'list_workflow_runs' method, or omit to list all workflow runs in the repository.
513513
- Provide a workflow run ID for 'list_workflow_jobs' and 'list_workflow_run_artifacts' methods.
514514
(string, optional)
515515
- `workflow_jobs_filter`: Filters for workflow jobs. **ONLY** used when method is 'list_workflow_jobs' (object, optional)

0 commit comments

Comments
 (0)