Update examples.md

Co-Authored-By: Eric Taylor <erictaylor89@gmail.com>
pull/70/head
Josh Gross 6 years ago committed by GitHub
parent 0beb5319ff
commit b90a46c7a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save