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 9e93a93 commit e285f93Copy full SHA for e285f93
.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