Current section
Files
Jump to
Current section
Files
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()
}).