Skip to content

Commit e2d38d1

Browse files
committed
docs: update generated tool docs
1 parent fbcf77a commit e2d38d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -632,12 +632,12 @@ The following sets of tools are available:
632632

633633
- **get_job_logs** - Get GitHub Actions workflow job logs
634634
- **Required OAuth Scopes**: `repo`
635-
- `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)
636-
- `job_id`: The unique identifier of the workflow job. Required when getting logs for a single job. (number, optional)
635+
- `failed_only`: When true, only returns logs for failed jobs. With job_id, the job must have failed. With run_id, only failed jobs in the run are included. (boolean, optional)
636+
- `job_id`: The unique identifier of the workflow job. Provide either job_id or run_id, not both. (number, optional)
637637
- `owner`: Repository owner (string, required)
638638
- `repo`: Repository name (string, required)
639639
- `return_content`: Returns actual log content instead of URLs (boolean, optional)
640-
- `run_id`: The unique identifier of the workflow run. Required when failed_only is true to get logs for all failed jobs in the run. (number, optional)
640+
- `run_id`: The unique identifier of the workflow run. Provide either run_id or job_id, not both. (number, optional)
641641
- `tail_lines`: Number of lines to return from the end of the log (number, optional)
642642

643643
</details>

0 commit comments

Comments
 (0)