GitHub Actions · Schema

GitHub Actions Self-Hosted Runner

Represents a self-hosted runner configured for GitHub Actions.

Properties

Name Type Description
id integer The unique identifier of the runner.
name string The name of the runner.
os string The operating system of the runner.
status string The status of the runner.
busy boolean Whether the runner is currently executing a job.
labels array Labels assigned to the runner.
View JSON Schema on GitHub