From 450aa947dfba3d588b11accf2ff332d73f249296 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:07:06 +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 304c279..f235c69 100644 --- a/CACHING.md +++ b/CACHING.md @@ -71,7 +71,7 @@ Caches scoped to the particular workflow run id or run attempt can be stored and ``` -For very short term or isolated use cases, where cache is supposed to be short lived, commit sha can be used. +On similar lines, commit sha can be used to create a very specialized and short lived cache. ```yaml - uses: actions/cache@v3