From c6d92eb2368562cd87d833c8bb554e6e3b143668 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Wed, 4 Jan 2023 14:24:20 +0530 Subject: [PATCH] Update CACHING.md Co-authored-by: Bishal Prasad --- CACHING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CACHING.md b/CACHING.md index c77a039..0016238 100644 --- a/CACHING.md +++ b/CACHING.md @@ -1,8 +1,8 @@ # Cache Recipes -This document focuses on gathering all the common use cases that will help the users of `actions/cache` -- Know the use cases that can be tackled and sample workflows on how to tackle them -- Optimise their workflows to use the cache inputs and outputs better +This document lists some of the strategies (and example workflows if possible) which can be used +- to solve some common use cases +- to effectively leverage the step inputs and outputs ## Actions Cache Basics