From 1dbaf4855d86fc58c931fdd50636b8503f95b9ac Mon Sep 17 00:00:00 2001 From: Ari Kishon <37385467+Ari-Kishon@users.noreply.github.com> Date: Thu, 31 Aug 2023 15:39:42 +0300 Subject: [PATCH] chore: update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8c15b445..c27a8755 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,10 @@ See [action.yml](action.yml) # Default: '' cache-dependency-path: '' + # Set this option if you dont want the action to save the cache if it couldnt be restored + # Default: false + cache-restore-only: '' + # Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, # and set up auth to read in from env.NODE_AUTH_TOKEN. # Default: ''