File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ 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 ${{ toJson($ COUNT) }} | jq -r 'include[].project')
58+ echo "includes:" $(echo $COUNT }} | jq -r 'include[].project')
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) }}
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) }}
65+ COUNT : ${{ toJson(needs.define-matrix.outputs.project-string.include[] ) }}
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 }}
You can’t perform that action at this time.
0 commit comments