Packages

GitHub context and webhook event payloads for GitHub Actions

Current section

Files

Jump to
pontil_context include pontil@context_Branch.hrl
Raw

include/pontil@context_Branch.hrl

-record(branch, {
sha :: binary(),
ref :: binary(),
label :: binary(),
raw :: gleam@dict:dict(binary(), gleam@dynamic:dynamic_())
}).