mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Run the get-python-version action inside setup-python-tools-scripts in the correct directory
This commit is contained in:
parent
cc35e3845d
commit
f4761fea30
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ runs:
|
|||
|
||||
- name: Get Python Version
|
||||
id: get-python-version
|
||||
uses: ./.github/actions/get-python-version
|
||||
uses: ${{ inputs.cwd }}/.github/actions/get-python-version
|
||||
with:
|
||||
python-binary: python3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue