File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1212 outputs :
1313 colors : ${{ steps.colors.outputs.colores }}
1414 project-string : ${{ steps.project-string-step.outputs.json-project-string }}
15- project-json : ${{ steps.json- project-step.outputs.json-project }}
15+ project-json : ${{ steps.project-string -step.outputs.json-project }}
1616
1717 steps :
1818 - name : Define Colors
@@ -46,12 +46,18 @@ jobs:
4646 print-output :
4747 runs-on : ubuntu-latest
4848 needs : define-matrix
49+
50+ strategy :
51+ matrix : ${{ fromJSON(needs.define-matrix.outputs.project-string) }}
4952
5053 steps :
5154 # - name: Print colors variable
5255 # run: |
5356 # echo ${{ needs.define-matrix.outputs.colors }}
5457
58+ - name : Build project
59+ run : echo "Building project ${{ matrix.project }} with config ${{ matrix.config }}"
60+
5561 - name : Print project-json variable
5662 id : print-stuff
5763 run : |
You can’t perform that action at this time.
0 commit comments