We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f0a6e commit 535e6deCopy full SHA for 535e6de
.github/actions/features_parse/action.yml
@@ -11,7 +11,7 @@ outputs:
11
runs:
12
using: composite
13
steps:
14
- - uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@3054-move-github-workflows-py-to-python-gardenlinux-lib
+ - uses: .github/actions/setup
15
- id: result
16
shell: bash
17
run: |
.github/actions/flavors_parse/action.yml
@@ -16,7 +16,7 @@ outputs:
18
19
20
with:
21
version: ${{ inputs.version }}
22
- id: matrix
0 commit comments