Skip to content

Commit 6722490

Browse files
committed
Make it clear you can pass a file name
1 parent ff4af57 commit 6722490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Use this tool also to get details about individual workflows, workflow runs, job
101101
mcp.WithNumber("resource_id",
102102
mcp.Description(`The unique identifier of the resource. This will vary based on the "action" provided, so ensure you provide the correct ID:
103103
- Do not provide any resource ID for 'list_workflows' action.
104-
- Provide a workflow ID or Filename for 'get_workflow' and 'list_workflow_runs' actions.
104+
- Provide a workflow ID or workflow file name (e.g. ci.yaml) for 'get_workflow' and 'list_workflow_runs' actions.
105105
- Provide a workflow run ID for 'get_workflow_run', 'list_workflow_jobs', 'download_workflow_run_artifact', 'list_workflow_run_artifacts' and 'get_workflow_run_usage' actions.
106106
- Provide a job ID for the 'get_workflow_job' action.
107107
`),

0 commit comments

Comments
 (0)