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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -431,18 +431,18 @@ The following sets of tools are available:
431
431
432
432
-**actions_get** - Get details of GitHub Actions resources (workflows, workflow runs, jobs, and artifacts)
433
433
-`action`: The action to perform (string, required)
434
-
-`failed_only`: When true, gets logs for all failed jobs in the workflow run specified by resource_id (only for 'get_job_logs' action) (boolean, optional)
435
-
-`job_id`: The unique identifier of the workflow job (required for single job logs when action is 'get_job_logs') (number, optional)
434
+
-`failed_only`: When true, gets logs for all failed jobs in the workflow run specified by resource_id (only for 'get_workflow_job_logs' action) (boolean, optional)
435
+
-`job_id`: The unique identifier of the workflow job (required for single job logs when action is 'get_workflow_job_logs') (number, optional)
436
436
-`owner`: Repository owner (string, required)
437
437
-`repo`: Repository name (string, required)
438
438
-`resource_id`: The unique identifier of the resource. This will vary based on the "action" provided, so ensure you provide the correct ID:
439
439
- Provide a workflow ID or workflow file name (e.g. ci.yaml) for 'get_workflow' action.
440
440
- Provide a workflow run ID for 'get_workflow_run', 'download_workflow_run_artifact', 'get_workflow_run_usage', and 'get_workflow_run_logs' actions.
441
441
- Provide a job ID for the 'get_workflow_job' action.
442
-
- Provide a workflow run ID for 'get_job_logs' action when using failed_only parameter.
442
+
- Provide a workflow run ID for 'get_workflow_job_logs' action when using failed_only parameter.
443
443
(string, optional)
444
-
-`return_content`: Returns actual log content instead of URLs (only for 'get_job_logs' action) (boolean, optional)
445
-
-`tail_lines`: Number of lines to return from the end of the log (only for 'get_job_logs' action) (number, optional)
444
+
-`return_content`: Returns actual log content instead of URLs (only for 'get_workflow_job_logs' action) (boolean, optional)
445
+
-`tail_lines`: Number of lines to return from the end of the log (only for 'get_workflow_job_logs' action) (number, optional)
446
446
447
447
-**actions_list** - List GitHub Actions workflows in a repository
448
448
-`action`: The action to perform (string, required)
0 commit comments