From 91185bb10f818be7d9890148bf120e8c89440cc0 Mon Sep 17 00:00:00 2001 From: Roni Frantchi Date: Tue, 20 Apr 2021 13:52:14 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: David Hadka --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c313ffc..1a2891e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Create a workflow `.yml` file in your repositories `.github/workflows` directory * `restore-keys` - An ordered list of keys to use for restoring the cache if no cache hit occurred for key ### Environment Variables -* `CACHE_SKIP_SAVE` - [optinal] When set on step, any modifications made to the restored cache will not be persisted back at the end of the step. +* `CACHE_SKIP_SAVE` - [optional] When set to `true`, any modifications made to the restored cache will not be persisted back at the end of the step. This environment variable can be set at any time using `echo "CACHE_SKIP_SAVE=true" >> $GITHUB_ENV` ### Outputs