Skip to content

Commit fbb55b1

Browse files
committed
debug! to json
1 parent fe3d03c commit fbb55b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,7 @@ jobs:
15431543

15441544
steps:
15451545
- name: NEEDS
1546-
run: echo '{{ needs }}' | python -m json.tool
1546+
run: echo '{{ toJSON(needs) }}' | python -m json.tool
15471547
- name: NEEDS
15481548
run: echo '{{ needs.pre-setup }}' | python -m json.tool
15491549
- name: COND

0 commit comments

Comments
 (0)