View Source GitHub.Actions.Runner (GitHub REST API Client v0.2.2)

Provides struct and type for a Actions.Runner

Link to this section Summary

Link to this section Types

@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()
}