Skip to content

Commit 612de96

Browse files
authored
Update test-loop.yml
1 parent f555a99 commit 612de96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
echo ${{ toJson(needs.define-matrix.outputs.project-string) }}
5757
echo ${{ toJson(needs.define-matrix.outputs.project-string) }} | jq -r '.include[].project'
58-
echo "includes:" $(echo $COUNT }}
58+
echo "includes:" $(echo $COUNT) }}
5959
# echo "projects:" $(echo $COUNT | jq -r 'include[].project')
6060
# echo ${{ toJson(needs.define-matrix.outputs.project-string) }}
6161
# echo ${{ toJson(needs.define-matrix.outputs.project-string) }}

0 commit comments

Comments
 (0)