mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-20 15:53:59 +08:00
Add wildcard
This commit is contained in:
parent
4056deb9b0
commit
8a5e2357ea
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ Use with virtual environments.
|
||||||
- uses: actions/cache@preview
|
- uses: actions/cache@preview
|
||||||
with:
|
with:
|
||||||
path: .venv
|
path: .venv
|
||||||
key: ${{ runner.os }}-pip-${{ hashFiles(format('{0}/{1}', github.workspace, 'requirements.txt')) }}
|
key: ${{ runner.os }}-pip-${{ hashFiles(format('{0}/{1}', github.workspace, '**/requirements.txt')) }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pip-
|
${{ runner.os }}-pip-
|
||||||
- run: |
|
- run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue