Use unique cache key for issue check support

This commit is contained in:
Nick Bolton
2024-09-06 14:00:39 +01:00
parent 7208c7e901
commit 0c7f87fb2f
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ runs:
uses: actions/cache@v4
with:
path: .venv
key: python_venv-${{ inputs.cache-key }}-${{ hashFiles('scripts/pyproject.toml') }}
key: python-venv-${{ inputs.cache-key }}-${{ hashFiles('scripts/pyproject.toml') }}
# Use bash if to make output clearer in case of skipping.
- name: Setup Python venv