actions-marketplace-validations/Setup yq environment
GitHub Action to setup the `jq` and `yq` command for yaml and json parsing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 17, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/shiipou_setup-yq-action@f687d9910dff27e17aa46d6cbb98f16b810d78f4 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | YQ version to use | no | v4.17.2 |
| output-path | The binary path for the yq command | no | ${{ github.workspace }}/bin/yq |
Outputs
| name | description |
|---|---|
| yq-binary | The binary path for the yq command |