Skip to content

Commit 1828d49

Browse files
replace working dir
1 parent 8329109 commit 1828d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ runs:
1212
shell: bash
1313
- name: "Install Python"
1414
uses: actions/setup-python@v5
15-
working-directory: ${{ github.action_path }}
15+
with:
16+
python-version-file: ${{ github.action_path }}/.python-version
1617
- run: echo "INSTALL UV"
1718
shell: bash
1819
- name: "Install uv"
1920
uses: astral-sh/setup-uv@v6
20-
working-directory: ${{ github.action_path }}
2121
- run: echo "RUN script"
2222
shell: bash
2323
- name: "Validate STACKIT Database ACLs"

0 commit comments

Comments
 (0)