View Source GitHub.Repository.Rule.ParamsWorkflowFileReference (GitHub REST API Client v0.3.1)

Provides struct and type for a Repository.Rule.ParamsWorkflowFileReference

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Repository.Rule.ParamsWorkflowFileReference{
  __info__: map(),
  path: String.t(),
  ref: String.t() | nil,
  repository_id: integer(),
  sha: String.t() | nil
}