You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/github/actions.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ func ActionsRead(getClient GetClientFn, t translations.TranslationHelperFunc) (t
96
96
mcp.WithNumber("resource_id",
97
97
mcp.Required(),
98
98
mcp.Description(`The unique identifier of the resource. This will vary based on the "action" provided, so ensure you provide the correct ID:
99
-
- Provide a workflow ID for 'get_workflow' and 'list_workflow_runs' actions.
99
+
- Provide a workflow ID or Filename for for 'get_workflow' and 'list_workflow_runs' actions.
100
100
- Provide a workflow run ID for 'get_workflow_run', 'list_workflow_jobs', 'download_workflow_artifact', 'list_workflow_artifacts' and 'get_workflow_run_usage' actions.
101
101
- Provide a job ID for the 'get_workflow_job' action.
0 commit comments