From 31508256ffcc3a8885c2d7a7737d1fe975ec414b Mon Sep 17 00:00:00 2001 From: BSKY Date: Wed, 13 Nov 2019 05:33:22 +0900 Subject: [PATCH] Update README.md (#76) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8d048b..210c51d 100644 --- a/README.md +++ b/README.md @@ -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'