get_github_actions
Retrieve available GitHub Actions workflows from a repository to understand automation options and trigger points.
Instructions
Get available GitHub Actions for a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner of the repository (username or organization) | |
| repo | Yes | Name of the repository | |
| token | No | GitHub personal access token (optional) |