From 3a4b1835dd49fb7c9f6a40c62990f64431ec1e11 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:07: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 f235c69..de473f4 100644 --- a/CACHING.md +++ b/CACHING.md @@ -99,7 +99,7 @@ The [GitHub Context](https://docs.github.com/en/actions/learn-github-actions/con ## Restoring Cache -### Know paths better +### Understanding how to choose path While setting paths for caching dependencies it is important to give correct path depending on the image you are using and if you are running the action inside or outside the container. Below are some paths one should keep in mind while writing their workflow files.