mirror of https://github.com/actions/cache.git
Fix yaml spacing
This commit is contained in:
parent
e594402b46
commit
6e392d5fb2
10
examples.md
10
examples.md
|
@ -174,11 +174,11 @@ For npm, cache files are stored in `~/.npm` on Posix, or `%AppData%/npm-cache` o
|
|||
```yaml
|
||||
- name: restore lerna
|
||||
uses: actions/cache@master
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
*/*/node_modules
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
*/*/node_modules
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
|
||||
```
|
||||
|
||||
## Node - Yarn
|
||||
|
|
Loading…
Reference in New Issue