Skip to content

Commit eaa7ebd

Browse files
authored
Update test-loop2.yml
1 parent f2162a1 commit eaa7ebd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-loop2.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
needs: define-matrix
3939

4040
strategy:
41-
matrix: ${{ fromJson(needs.define-matrix.outputs.json-project).include }}
41+
matrix:
42+
include: ${{ fromJson(needs.define-matrix.outputs.json-project).include }}
4243

4344
steps:
4445
- name: Print project-json variable

0 commit comments

Comments
 (0)