list_deployments
List recent workflow runs for a repository to track deployment history and identify issues.
Instructions
List recent workflow runs for a repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository as owner/name | |
| limit | No | How many runs to return (default 10) | |
| workflow | No | Workflow file name, e.g. deploy.yml |