View Source GitHub.Actions.Workflow (GitHub REST API Client v0.2.3)

Provides struct and type for a Actions.Workflow

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Actions.Workflow{
  __info__: map(),
  badge_url: String.t(),
  created_at: DateTime.t(),
  deleted_at: DateTime.t() | nil,
  html_url: String.t(),
  id: integer(),
  name: String.t(),
  node_id: String.t(),
  path: String.t(),
  state: String.t(),
  updated_at: DateTime.t(),
  url: String.t()
}