flex-development/jq-action
A jq utility for GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| data | the data to operate on | yes | — |
| filter | the 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 | — |
| options | the options to apply to the filter | no | — |
| raw | shortcut 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 | no | true |
Outputs
| name | description |
|---|---|
| result | the result of the filter |