We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a882781 commit 9816795Copy full SHA for 9816795
.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@124bed686e26b2014e89f4359b67cde59bc66e03 # 0.10.8
+ - uses: ./.github/actions/setup
15
- id: result
16
shell: bash
17
run: |
.github/actions/flavors_parse/action.yml
@@ -13,7 +13,7 @@ outputs:
- id: matrix
18
19
0 commit comments