We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a2861 commit bae0d2aCopy full SHA for bae0d2a
.github/workflows/test-loop.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Print project-json variable
54
run: |
55
- echo "The outputs are ${{ toJson(needs.define-matrix.outputs.project-json) }}"
+ echo "The outputs are ${{ toJson(needs.define-matrix.outputs.project-string) }}"
56
echo
57
jobjson=$(echo "${{ toJson(needs.define-matrix.outputs) }}" )
58
echo $jobjson | yq
0 commit comments