From dbb732b211936d69bacf8009f13f32a0be256003 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jan 2022 13:12:58 -0500 Subject: [PATCH] Clarify cache-hit output --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd74444..73da3c1 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Create a workflow `.yml` file in your repositories `.github/workflows` directory ### Outputs -* `cache-hit` - A boolean value to indicate an exact match was found for the key +* `cache-hit` - A boolean value to indicate an exact match was found for the key. It will be `false` if a `restore-key` is matched. > See [Skipping steps based on cache-hit](#Skipping-steps-based-on-cache-hit) for info on using this output