There was an error while loading. Please reload this page.
1 parent cb87344 commit de78d76Copy full SHA for de78d76
1 file changed
action.yml
@@ -281,7 +281,7 @@ runs:
281
id: arguments
282
uses: cloudposse/github-action-yaml-config-query@v1.0.1
283
with:
284
- query: .${{ steps.resolved_kube_version.outputs.value == '' }}
+ query: ."${{ steps.resolved_kube_version.outputs.value == '' }}"
285
config: |-
286
true:
287
kube_version: ""
@@ -357,7 +357,7 @@ runs:
357
id: ref
358
359
360
- query: .${{ inputs.gitref-sha == '' }}
+ query: ."${{ inputs.gitref-sha == '' }}"
361
362
363
value: ${{ inputs.ref }}
0 commit comments