From 1ee1ddeccbf50dda8c89c09857be55eefd32fe4b Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:08:18 +0530 Subject: [PATCH] Update CACHING.md Co-authored-by: Bishal Prasad --- CACHING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CACHING.md b/CACHING.md index f0170a8..0acb1f0 100644 --- a/CACHING.md +++ b/CACHING.md @@ -188,7 +188,7 @@ steps: ### Reusing primary key from restore cache as input to save action -If you want to avoid re-writing 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 `restore` action. ```yaml - uses: actions/cache/restore@v3