Add wildcard

pull/14/head
Kosei Kitahara 6 years ago
parent 4056deb9b0
commit 8a5e2357ea
No known key found for this signature in database
GPG Key ID: D18883191F02241B

@ -129,7 +129,7 @@ Use with virtual environments.
- uses: actions/cache@preview
with:
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: |
${{ runner.os }}-pip-
- run: |

Loading…
Cancel
Save