Skip to content

Commit cdcbe4b

Browse files
committed
Add filename for the description
1 parent 972edb1 commit cdcbe4b

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
@@ -96,7 +96,7 @@ func ActionsRead(getClient GetClientFn, t translations.TranslationHelperFunc) (t
9696
mcp.WithNumber("resource_id",
9797
mcp.Required(),
9898
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.
100100
- Provide a workflow run ID for 'get_workflow_run', 'list_workflow_jobs', 'download_workflow_artifact', 'list_workflow_artifacts' and 'get_workflow_run_usage' actions.
101101
- Provide a job ID for the 'get_workflow_job' action.
102102
`),

0 commit comments

Comments
 (0)