Action.Github (action v0.1.3) View Source

https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#github-context

Link to this section Summary

Link to this section Types

Specs

t() :: %Action.Github{
  client: Tentacat.Client.t(),
  event: map(),
  event_name: binary(),
  repository_name: binary(),
  repository_owner: binary(),
  sha: binary()
}

Link to this section Functions

Specs

init(binary() | nil) :: t()