Skip to content

Commit ebcb190

Browse files
authored
Update test-loop.yml
1 parent 233bc30 commit ebcb190

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
@@ -62,7 +62,7 @@ jobs:
6262
# echo ${{ toJson(needs.define-matrix.outputs.project-string) }}
6363
# echo ${{ toJson(needs.define-matrix.outputs.project-string) }}
6464
env:
65-
COUNT: ${{ toJson(needs.define-matrix.outputs.project-string.include[]) }}
65+
COUNT: ${{ toJson(needs.define-matrix.outputs.project-string.include[0]) }}
6666
# INCLUDES: ${{ toJson(needs.define-matrix.outputs.project-string) }}
6767
# PROJECTS: ${{ toJson(needs.define-matrix.outputs.project-string[0].projects) }}
6868
# CONFIGS: ${{ toJson(needs.define-matrix.outputs.project-string[0]).configs }}

0 commit comments

Comments
 (0)