Update README.md

pull/76/head
BSKY 6 years ago committed by GitHub
parent bc821d0c12
commit 0d44ca5ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,7 +75,7 @@ steps:
id: cache id: cache
with: with:
path: path/to/dependencies path: path/to/dependencies
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles')}} key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: Install Dependencies - name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true' if: steps.cache.outputs.cache-hit != 'true'

Loading…
Cancel
Save