From 862fc14188ec4c465f9396a35945acdbed89df66 Mon Sep 17 00:00:00 2001 From: Sampark Sharma Date: Tue, 4 Oct 2022 15:10:37 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f7322e..408fd2e 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ jobs: run: /primes.sh -d prime-numbers ``` -> Note: You must use the `cache` action in your workflow before you need to use the files that might be restored from the cache. If the provided `key` doesn't match an existing cache, a new cache is automatically created if the job completes successfully. +> Note: You must use the `cache` action in your workflow before you need to use the files that might be restored from the cache. If the provided `key` matches an existing cache, a new cache is not created and if the provided `key` doesn't match an existing cache, a new cache is automatically created provided the job completes successfully. ## Implementation Examples