Search
Provides struct and type for Runner
@type t() :: %GitHub.Actions.Runner{ __info__: map(), busy: boolean(), id: integer(), labels: [GitHub.Actions.Runner.Label.t()], name: String.t(), os: String.t(), runner_group_id: integer() | nil, status: String.t() }