Update examples.md

Co-Authored-By: Eric Taylor <erictaylor89@gmail.com>
This commit is contained in:
Josh Gross 2019-11-07 20:01:22 -05:00 committed by GitHub
parent 0beb5319ff
commit b90a46c7a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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-
```