Update README.md

This commit is contained in:
BSKY
2019-11-09 04:53:56 +09:00
committed by GitHub
parent bc821d0c12
commit 0d44ca5ff7

View File

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