View Source GitHub.ArtifactWorkflowRun (GitHub REST API Client v0.3.3)

Provides struct and type for a ArtifactWorkflowRun

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.ArtifactWorkflowRun{
  __info__: map(),
  head_branch: String.t() | nil,
  head_repository_id: integer() | nil,
  head_sha: String.t() | nil,
  id: integer() | nil,
  repository_id: integer() | nil
}