Skip to content

Commit 5be80a0

Browse files
authored
Update test-loop2.yml
1 parent fe2df10 commit 5be80a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-loop2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
- name: Print project-json variable
4545
id: print-array-item
4646
run: |
47-
echo ${{ matrix.include[].project }}
47+
echo ${{ matrix.include.project }}
4848
echo ${{ matrix }} | jq -r '.include[].project'

0 commit comments

Comments
 (0)