mirror of
https://github.com/actions/cache.git
synced 2025-04-20 19:16:46 +00:00
Update examples.md
Co-Authored-By: Eric Taylor <erictaylor89@gmail.com>
This commit is contained in:
parent
0beb5319ff
commit
b90a46c7a5
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ The yarn cache directory will depend on your operating system and version of `ya
|
|||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ${{ steps.yarn-cache.outputs.dir }}
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock')) }}
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue