Skip to content

Commit 3cc6051

Browse files
committed
reverting actions-related changes
1 parent 8613416 commit 3cc6051

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/features_parse/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ outputs:
1414
runs:
1515
using: composite
1616
steps:
17-
- uses: ./.github/actions/setup
17+
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@3054-move-github-workflows-py-to-python-gardenlinux-lib
1818
- id: result
1919
shell: bash
2020
run: |

.github/actions/flavors_parse/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ outputs:
1919
runs:
2020
using: composite
2121
steps:
22-
- uses: ./.github/actions/setup
22+
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@3054-move-github-workflows-py-to-python-gardenlinux-lib
2323
with:
2424
version: ${{ inputs.version }}
2525

0 commit comments

Comments
 (0)