flex-development/jq-action

A jq utility for GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
datathe data to operate onyes
filterthe filter to apply. the simplest filter is `.`, which copies jq's input to its output unmodified (except for formatting). for more advanced filters, see https://jqlang.github.io/jq/manual yes
optionsthe options to apply to the filterno
rawshortcut for the raw output option, `-r`. with this option, if the result of the filter is a string, it will not be formatted as a JSON string with escapes and quotes notrue
namedescription
resultthe result of the filter