Skip to content

Commit 13fedfb

Browse files
harupyclaude
andcommitted
docs: remove duplicate get_job_logs entry in README
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 762845a commit 13fedfb

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)