File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ name: features_parse
22description : Parses the given GardenLinux features parameters
33inputs :
44 flags :
5- description : ' Flags passed to `gl-features-parse`'
5+ description : " Flags passed to `gl-features-parse`"
66 required : true
77outputs :
88 result :
9- description : ' features result'
9+ description : " features result"
1010 value : ${{ steps.result.outputs.result }}
1111runs :
1212 using : composite
1313 steps :
14- - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@f805dacd2a1e0feb41950f5bc311bd174639ad4f # 0.10.7
14+ - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@124bed686e26b2014e89f4359b67cde59bc66e03 # 0.10.8
1515 - id : result
1616 shell : bash
1717 run : |
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@f805dacd2a1e0feb41950f5bc311bd174639ad4f # 0.10.7
16+ - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@124bed686e26b2014e89f4359b67cde59bc66e03 # 0.10.8
1717 - id : matrix
1818 shell : bash
1919 run : |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Installs the given GardenLinux Python library
44inputs :
55 version :
66 description : GardenLinux Python library version
7- default : " 0.10.7 "
7+ default : " 0.10.8 "
88 python_version :
99 description : Python version to setup
1010 default : " 3.13"
You can’t perform that action at this time.
0 commit comments