list_workflows
List GitHub repository workflows by specifying owner and repo. Supports pagination and custom results per page up to 100, ideal for managing GitHub Actions workflows.
Instructions
List workflows in a GitHub repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
owner | Yes | Repository owner (username or organization) | |
page | No | Page number for pagination | |
perPage | No | Results per page (max 100) | |
repo | Yes | Repository name |