Skip to content

Commit 0b4756f

Browse files
authored
Update test-loop.yml
1 parent 2e64cd8 commit 0b4756f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-loop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
# echo ${{ toJson(needs.define-matrix.outputs.project-string) }}
6161
# echo ${{ toJson(needs.define-matrix.outputs.project-string) }}
6262
env:
63-
COUNT: ${{ toJson(needs.define-matrix.outputs.project-string[0]) }}
64-
INCLUDES: ${{ toJson(needs.define-matrix.outputs.project-string.includes[0]) }}
63+
COUNT: ${{ toJson(needs.define-matrix.outputs.project-string }}
64+
INCLUDES: ${{ toJson(needs.define-matrix.outputs.project-string.include[0]) }}
6565
# PROJECTS: ${{ toJson(needs.define-matrix.outputs.project-string[0].projects) }}
6666
# CONFIGS: ${{ toJson(needs.define-matrix.outputs.project-string[0]).configs }}
6767

0 commit comments

Comments
 (0)