Skip to content

Commit 49d8a3d

Browse files
authored
Clarify caching will only fail when enabled and nothing to cache (#165)
1 parent d8db0a8 commit 49d8a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ input.
199199

200200
### Ignore nothing to cache
201201

202-
By default, the action will fail if there is nothing to cache (the uv cache directory does not exist).
202+
By default, the action will fail if caching is enabled but there is nothing to upload (the uv cache directory does not exist).
203203
If you want to ignore this, set the `ignore-nothing-to-cache` input to `true`.
204204

205205
```yaml

0 commit comments

Comments
 (0)