From b98be486adeca322c7ec95830a967e08077d138c Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Sat, 23 Nov 2024 17:22:36 +0100 Subject: [PATCH] Clarify caching will only fail when enabled and nothing to cache --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30a8db4..6668c89 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ input. ### Ignore nothing to cache -By default, the action will fail if there is nothing to cache (the uv cache directory does not exist). +By default, the action will fail if caching is enabled but there is nothing to upload (the uv cache directory does not exist). If you want to ignore this, set the `ignore-nothing-to-cache` input to `true`. ```yaml