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 f494404 commit b892013Copy full SHA for b892013
.github/workflows/test-loop2.yml
@@ -37,7 +37,7 @@ jobs:
37
needs: define-matrix
38
39
strategy:
40
- matrix: ${{ fromJson(needs.define-matrix.outputs.json-project) }}
+ matrix: ${{ fromJson(needs.define-matrix.outputs.json-project).include }}
41
42
steps:
43
- name: Print project-json variable
0 commit comments