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 77ae530 commit 6747af9Copy full SHA for 6747af9
.github/workflows/test-loop.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Print project-json variable
55
run: |
56
- echo ${{ toJson(needs.define-matrix.outputs.project-json) }}
+ echo ${{ toJson(needs.define-matrix.outputs.project-string) }}
57
58
- name: Print project-string variable
59
0 commit comments