Clarify caching will only fail when enabled and nothing to cache

This commit is contained in:
Kevin Stillhammer 2024-11-23 17:22:36 +01:00
parent d8db0a86d3
commit b98be486ad
No known key found for this signature in database

View file

@ -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