We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aeaaf9 commit f8c6d5aCopy full SHA for f8c6d5a
1 file changed
.github/actions/slurpYaml/action.yaml
@@ -14,6 +14,6 @@ runs:
14
id: return_info
15
run: |
16
17
- echo '${{ inputs.test_property }}'
+ echo '${{ inputs.test_property }}' | yq .[].name
18
19
0 commit comments