From c49fc7ae78ef9360eb4d842d9d5e3dc01fe4b021 Mon Sep 17 00:00:00 2001 From: "Evgenij (Eugene) Beloded" Date: Mon, 7 Jun 2021 08:04:55 +0700 Subject: [PATCH] Add restore-keys Co-authored-by: Amin Yahyaabadi --- examples.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples.md b/examples.md index 638a49d..042417a 100644 --- a/examples.md +++ b/examples.md @@ -287,7 +287,9 @@ The yarn cache directory will depend on your operating system and version of `ya path: | ~/.pnpm-store D:\.pnpm-store - key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}``` + key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} + restore-keys: | + ${{ runner.os }} ```