From faa6bb52c727eabad58b5fa1293dbf471cbc7b11 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:06:19 +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 b1a909c..98d7dde 100644 --- a/CACHING.md +++ b/CACHING.md @@ -64,7 +64,7 @@ In case of workflows with matrix running for multiple Operating Systems, the cac ### Limiting cache to only the current workflow/attempt -Caches scoped to the particular workflow run id or run attempt can be stored and referred by using the run id/attempt +Caches scoped to the particular workflow run id or run attempt can be stored and referred by using the run id/attempt. This is an effective way to have a short lived cache. ```yaml key: cache-${{ github.run_id }}-${{ github.run_attempt }}