mirror of
https://github.com/actions/cache.git
synced 2025-04-23 14:30:49 +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
|
- uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.yarn-cache.outputs.dir }}
|
path: ${{ steps.yarn-cache.outputs.dir }}
|
||||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock')) }}
|
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue