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 0abe438 commit cba5728Copy full SHA for cba5728
.github/workflows/test-loop.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Print project-json variable
49
run: |
50
- echo ${{ needs.define-matrix.outputs.project-json }}
+ echo ${{ toJson(needs.define-matrix.outputs.project-json) }}
51
52
# # job 2.1
53
# print-output-2:
0 commit comments