Skip to content

Commit a1527ed

Browse files
committed
with block was placed in a wrong place, now fixed
1 parent 70b2231 commit a1527ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/flavors_parse/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ runs:
1717
using: composite
1818
steps:
1919
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@3054-move-github-workflows-py-to-python-gardenlinux-lib
20-
- id: matrix
21-
shell: bash
2220
with:
2321
version: ${{ inputs.version }}
22+
- id: matrix
23+
shell: bash
2424
run: |
2525
MATRIX='${{ inputs.flavors_matrix }}'
2626

0 commit comments

Comments
 (0)