stefanprodan / hrval-action

Flux Helm Release validation GitHub action
Apache License 2.0
60 stars 44 forks source link

The latest version of yq broke this script #26

Closed justin1121 closed 4 years ago

justin1121 commented 4 years ago

yq now returns an empty string instead of the string "null" when it can't find a value in the yaml file. This PR also pins the yq version that there won't be any more breaking changes.