Packages

GitHub context and webhook event payloads for GitHub Actions

Current section

Files

Jump to
pontil_context include pontil@context_Context.hrl
Raw

include/pontil@context_Context.hrl

-record(context, {
action :: binary(),
actor :: binary(),
api_url :: binary(),
event_name :: binary(),
graphql_url :: binary(),
job :: binary(),
ref :: binary(),
repo :: gleam@option:option(pontil@context:repo()),
run_attempt :: integer(),
run_id :: integer(),
run_number :: integer(),
server_url :: binary(),
sha :: binary(),
workflow :: binary()
}).