dovyski/Payload Info

Extracts info from the webhook payload object in Github Actions using jq notation.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
filter_pushFilter to be applied to the webhook payload object in case of a push.yes.
filter_pull_requestFilter to be applied to the webhook payload object in case of a pull request.no.pull_request.
filter_prefixString to be prefixed to all filters.no""
outputType of output. It can be "pretty", "json", "compact", or "string".nopretty
slurpIf output will be surrounded between [ and ].nofalse
sortSort object keys in alphabetical order.nofalse
dumpIf the webhook payload for the event that triggered the workflow should be dumped as a JSON file or not.notrue
dump_pathPath to the JSON payload file to be dumped.nogh-payload.json
printIf the webhook payload for the event that triggered the workflow should be output.notrue
namedescription
valueValue of the key provided as input.
branchName of the branch related to this workflow.
pull_requestIf this workflow is running on a pull request or not.