We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7965f commit 70b2231Copy full SHA for 70b2231
.github/actions/flavors_parse/action.yml
@@ -6,6 +6,9 @@ inputs:
6
required: true
7
flavors_matrix:
8
description: "Generated GitHub workflow flavors matrix"
9
+ version:
10
+ description: GardenLinux Python library version
11
+ default: "0.10.0"
12
outputs:
13
matrix:
14
description: "Flavors matrix"
@@ -16,6 +19,8 @@ runs:
16
19
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@3054-move-github-workflows-py-to-python-gardenlinux-lib
17
20
- id: matrix
18
21
shell: bash
22
+ with:
23
+ version: ${{ inputs.version }}
24
run: |
25
MATRIX='${{ inputs.flavors_matrix }}'
26
0 commit comments