Skip to content

Commit f494404

Browse files
authored
Update test-loop2.yml
1 parent eb3d454 commit f494404

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-loop2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
needs: define-matrix
3838

3939
strategy:
40-
matrix:
41-
value: ${{ fromJson(needs.define-matrix.outputs.json-project) }}
40+
matrix: ${{ fromJson(needs.define-matrix.outputs.json-project) }}
4241

4342
steps:
4443
- name: Print project-json variable

0 commit comments

Comments
 (0)