From 5d4d2c71b4d42dabea650e6e34d61ec395caf044 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" <kpfleming@users.noreply.github.com> Date: Sun, 22 Jan 2023 08:19:14 -0500 Subject: [PATCH] Update caching-strategies.md Correct typo; `restore` should be `save'. --- caching-strategies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caching-strategies.md b/caching-strategies.md index 007d113..87926ed 100644 --- a/caching-strategies.md +++ b/caching-strategies.md @@ -182,7 +182,7 @@ steps: ### Reusing primary key from restore cache as input to save action -If you want to avoid re-computing the cache key again in `save` action, the outputs from `restore` action can be used as input to the `restore` action. +If you want to avoid re-computing the cache key again in `save` action, the outputs from `restore` action can be used as input to the `save` action. ```yaml - uses: actions/cache/restore@v3