From 44df5ab77e4463a3aa5bb348a5b4fb56adb1858a Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Thu, 15 Dec 2022 00:06:10 +0530 Subject: [PATCH] Update restore/README.md Co-authored-by: Bishal Prasad --- restore/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore/README.md b/restore/README.md index f47c750..40ec566 100644 --- a/restore/README.md +++ b/restore/README.md @@ -1,6 +1,6 @@ # Restore action -The restore action restores cache just like the main `cache` action, except it doesn't save the cache. So for cases where users only want to restore cache and not save anything in return, this action is pretty helpful. Moreover, this action accepts the same set of inputs as the `cache` action. +The restore action, as the name suggest, restores a cache. It acts similar to the`cache` action except that it doesn't have a post step to save the cache. This action can provide you a granular control to only restore a cache without having to necessarily save it. It accepts the same set of inputs as the `cache` action. ## Inputs