View Source GitHub.ReferencedWorkflow (GitHub REST API Client v0.0.6)

Provides struct and type for ReferencedWorkflow

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.ReferencedWorkflow{
  path: String.t(),
  ref: String.t() | nil,
  sha: String.t()
}