Skip to content

Commit cba5728

Browse files
authored
add toJson
1 parent 0abe438 commit cba5728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Print project-json variable
4949
run: |
50-
echo ${{ needs.define-matrix.outputs.project-json }}
50+
echo ${{ toJson(needs.define-matrix.outputs.project-json) }}
5151
5252
# # job 2.1
5353
# print-output-2:

0 commit comments

Comments
 (0)