From 0d44ca5ff7e73a685c8903c31d61772ba2413a63 Mon Sep 17 00:00:00 2001 From: BSKY Date: Sat, 9 Nov 2019 04:53:56 +0900 Subject: [PATCH] Update README.md --- 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'