kustomize-everything / action-env-build-and-deploy

Build and diff a Kustomize Environment with GitHub Actions
MIT License
4 stars 3 forks source link

yq fails to parse the regex with "\\" #43

Closed navneet-bairwal closed 3 months ago

navneet-bairwal commented 3 months ago

yq fails to parse regex sub("[:<>|*?/\\]", "_")) in script kustomize-build.sh

This could be related to below latest change in yq https://github.com/mikefarah/yq/pull/1997

navneet-bairwal commented 3 months ago

closed via this PR https://github.com/kustomize-everything/action-env-build-and-deploy/pull/44