gh_watch_run
Monitor a GitHub Actions workflow run in real time and wait until it finishes. Provides status updates at set intervals and exits with the run's result.
Instructions
Watch a GitHub Actions workflow run until completion.
This is a blocking call that waits for the run to finish. Uses gh run watch with --interval, --compact, and --exit-status flags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| run_id | Yes | ||
| compact | No | ||
| interval | No | ||
| exit_status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| run_id | Yes | ||
| status | No | ||
| message | Yes | ||
| conclusion | No |