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 fe2df10 commit 5be80a0Copy full SHA for 5be80a0
.github/workflows/test-loop2.yml
@@ -44,5 +44,5 @@ jobs:
44
- name: Print project-json variable
45
id: print-array-item
46
run: |
47
- echo ${{ matrix.include[].project }}
+ echo ${{ matrix.include.project }}
48
echo ${{ matrix }} | jq -r '.include[].project'
0 commit comments