File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
.github/actions/flavors_parse Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ name: flavors_parse
22description : Parses the given GardenLinux flavors parameters
33inputs :
44 flags :
5- description : ' Flags passed to `gl-flavors-parse`'
5+ description : " Flags passed to `gl-flavors-parse`"
66 required : true
77 flavors_matrix :
8- description : ' Generated GitHub workflow flavors matrix'
8+ description : " Generated GitHub workflow flavors matrix"
99outputs :
1010 matrix :
11- description : ' Flavors matrix'
11+ description : " Flavors matrix"
1212 value : ${{ steps.matrix.outputs.matrix }}
1313runs :
1414 using : composite
1515 steps :
16- - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@0.9 .0
16+ - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@0.10 .0
1717 - id : matrix
1818 shell : bash
1919 run : |
You can’t perform that action at this time.
0 commit comments