Skip to content

Commit 70b2231

Browse files
committed
flavors_parse needs to support version input too
1 parent ff7965f commit 70b2231

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/flavors_parse/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ inputs:
66
required: true
77
flavors_matrix:
88
description: "Generated GitHub workflow flavors matrix"
9+
version:
10+
description: GardenLinux Python library version
11+
default: "0.10.0"
912
outputs:
1013
matrix:
1114
description: "Flavors matrix"
@@ -16,6 +19,8 @@ runs:
1619
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@3054-move-github-workflows-py-to-python-gardenlinux-lib
1720
- id: matrix
1821
shell: bash
22+
with:
23+
version: ${{ inputs.version }}
1924
run: |
2025
MATRIX='${{ inputs.flavors_matrix }}'
2126

0 commit comments

Comments
 (0)