Skip to content

Commit 10df755

Browse files
committed
docs: update generated tool docs
1 parent 9ce9c26 commit 10df755

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
@@ -628,12 +628,12 @@ The following sets of tools are available:
628628

629629
- **get_job_logs** - Get GitHub Actions workflow job logs
630630
- **Required OAuth Scopes**: `repo`
631-
- `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)
632-
- `job_id`: The unique identifier of the workflow job. Required when getting logs for a single job. (number, optional)
631+
- `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)
632+
- `job_id`: The unique identifier of the workflow job. Provide either job_id or run_id, not both. (number, optional)
633633
- `owner`: Repository owner (string, required)
634634
- `repo`: Repository name (string, required)
635635
- `return_content`: Returns actual log content instead of URLs (boolean, optional)
636-
- `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)
636+
- `run_id`: The unique identifier of the workflow run. Provide either run_id or job_id, not both. (number, optional)
637637
- `tail_lines`: Number of lines to return from the end of the log (number, optional)
638638

639639
</details>

0 commit comments

Comments
 (0)