mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Revert change, wrong issue branch was used
This commit is contained in:
parent
4fe15bc4fa
commit
e9895ca480
2 changed files with 2 additions and 4 deletions
3
.github/actions/cached-virtualenv/action.yml
vendored
3
.github/actions/cached-virtualenv/action.yml
vendored
|
@ -31,8 +31,7 @@ runs:
|
||||||
id: get-python-version
|
id: get-python-version
|
||||||
uses: ./.github/actions/get-python-version
|
uses: ./.github/actions/get-python-version
|
||||||
with:
|
with:
|
||||||
## DGM python-binary: python3
|
python-binary: python3
|
||||||
python-binary: /__w/salt/salt/artifacts/salt/bin/python3
|
|
||||||
|
|
||||||
- name: Setup Cache Key
|
- name: Setup Cache Key
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
@ -25,8 +25,7 @@ runs:
|
||||||
id: get-python-version
|
id: get-python-version
|
||||||
uses: ./.github/actions/get-python-version
|
uses: ./.github/actions/get-python-version
|
||||||
with:
|
with:
|
||||||
## DGM python-binary: python3
|
python-binary: python3
|
||||||
python-binary: /__w/salt/salt/artifacts/salt/bin/python3
|
|
||||||
|
|
||||||
- name: Define Cache Hash
|
- name: Define Cache Hash
|
||||||
id: venv-hash
|
id: venv-hash
|
||||||
|
|
Loading…
Add table
Reference in a new issue