Apply suggestions from code review

Co-authored-by: David Hadka <dhadka@users.noreply.github.com>
This commit is contained in:
Roni Frantchi 2021-04-20 13:52:14 +03:00 committed by GitHub
parent c1aacbdeb1
commit 91185bb10f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 * `restore-keys` - An ordered list of keys to use for restoring the cache if no cache hit occurred for key
### Environment Variables ### 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 ### Outputs