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

Provides struct and type for Workflow

Link to this section Summary

Link to this section Types

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