We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8329109 commit 1828d49Copy full SHA for 1828d49
action.yaml
@@ -12,12 +12,12 @@ runs:
12
shell: bash
13
- name: "Install Python"
14
uses: actions/setup-python@v5
15
- working-directory: ${{ github.action_path }}
+ with:
16
+ python-version-file: ${{ github.action_path }}/.python-version
17
- run: echo "INSTALL UV"
18
19
- name: "Install uv"
20
uses: astral-sh/setup-uv@v6
21
- run: echo "RUN script"
22
23
- name: "Validate STACKIT Database ACLs"
0 commit comments