File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -540,15 +540,6 @@ The following sets of tools are available:
540540 - ` owner ` : Repository owner (string, required)
541541 - ` repo ` : Repository name (string, required)
542542
543- - ** get_job_logs** - Get job logs
544- - ` failed_only ` : When true, gets logs for all failed jobs in run_id (boolean, optional)
545- - ` job_id ` : The unique identifier of the workflow job (required for single job logs) (number, optional)
546- - ` owner ` : Repository owner (string, required)
547- - ` repo ` : Repository name (string, required)
548- - ` return_content ` : Returns actual log content instead of URLs (boolean, optional)
549- - ` run_id ` : Workflow run ID (required when using failed_only) (number, optional)
550- - ` tail_lines ` : Number of lines to return from the end of the log (number, optional)
551-
552543- ** get_job_logs** - Get GitHub Actions workflow job logs
553544 - ` failed_only ` : When true, gets logs for all failed jobs in the workflow run specified by run_id. Requires run_id to be provided. (boolean, optional)
554545 - ` job_id ` : The unique identifier of the workflow job. Required when getting logs for a single job. (number, optional)
You can’t perform that action at this time.
0 commit comments