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 b892013 commit 412101aCopy full SHA for 412101a
.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).include }}
+ matrix: ${{ fromJson(needs.define-matrix.outputs.json-project).include[] }}
41
42
steps:
43
- name: Print project-json variable
0 commit comments