Skip to content

Commit c418359

Browse files
authored
Change back
1 parent bae0d2a commit c418359

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/test-loop.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ jobs:
5353
- name: Print project-json variable
5454
run: |
5555
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
59-
echo
60-
echo "colors is $(echo $jobjson | yq .colors)"
56+
# echo "The outputs are ${{ toJson(needs.define-matrix.outputs.project-string) }}"
57+
# echo
58+
# jobjson=$(echo "${{ toJson(needs.define-matrix.outputs) }}" )
59+
# echo $jobjson | yq
60+
# echo
61+
# echo "colors is $(echo $jobjson | yq .colors)"
6162

6263
# # job 2.1
6364
# print-output-2:

0 commit comments

Comments
 (0)