From c9869a589feb07fed17029ccb75a96e3c2e81428 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Sun, 15 Jan 2023 19:17:28 -0600 Subject: [PATCH] Fix a whitespace typo (#1074) --- restore/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore/README.md b/restore/README.md index e6592d6..fdfbbd7 100644 --- a/restore/README.md +++ b/restore/README.md @@ -1,6 +1,6 @@ # Restore 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. +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