mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Add cache prefix
This commit is contained in:
parent
4c8ca3062c
commit
cecf31f29b
1 changed files with 6 additions and 4 deletions
10
.github/workflows/ssh-debug.yml
vendored
10
.github/workflows/ssh-debug.yml
vendored
|
@ -30,13 +30,18 @@ jobs:
|
|||
environment: ci
|
||||
steps:
|
||||
|
||||
- name: Checkout Source Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.10
|
||||
python-version: "3.10"
|
||||
|
||||
- name: Setup Python Tools Scripts
|
||||
uses: ./.github/actions/setup-python-tools-scripts
|
||||
with:
|
||||
cache-prefix: ssh-debug
|
||||
|
||||
- name: Install Nox
|
||||
run: |
|
||||
|
@ -44,9 +49,6 @@ jobs:
|
|||
env:
|
||||
PIP_INDEX_URL: https://pypi.org/simple
|
||||
|
||||
- name: Checkout Source Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: ./.github/actions/ssh-tunnel
|
||||
with:
|
||||
public_key: ${{ inputs.public_key }}
|
||||
|
|
Loading…
Add table
Reference in a new issue