Query YAML config as outputs
Version updated for cloudposse/github-action-yaml-config-query to version v1.0.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 12 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
why
- Do not build a docker image to avoid hitting hub.docker.com
- Improve performance
Migration v0
to v1
There is an issue The query contains true
or false
fails with an error.
A workaround is to use a quote around "true" and
“false” in a query.
To migrate from v0
to v1
, quote all true
and false
in your queries.
Ex.: query: .true
replace with query: ."true"
Pay attention that substitutions in GitHub actions could also resolved as true
or false
and have to be quoted.
Ex.: query: .${{ inputs.from == '' }}
replace with query: ."${{ inputs.from == '' }}"
🤖 Automatic Updates
why
- Add comment to PR when it is released
why
- Reduce nested levels of reusable workflows
why
- Support new readme generation workflow.
- Generate banners