From 4fcdc37432a99f41bb82aea0cab5bd5b69e24735 Mon Sep 17 00:00:00 2001 From: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com> Date: Mon, 29 May 2023 07:32:26 +0530 Subject: [PATCH] fix: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fef2340..52a9c71 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ This cache is automatically keyed by: An additional input `key` can be provided if the builtin keys are not sufficient. -Before being persisted, the cache is cleaned of: +Before being persisted, the cache is cleaned if: - Any files in `~/.cargo/bin` that were present before the action ran (for example `rustc`). - Dependencies that are no longer used.