Skip to content

Commit

Permalink
Clarify caching will only fail when enabled and nothing to cache (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger authored Nov 23, 2024
1 parent d8db0a8 commit 49d8a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49d8a3d

Please sign in to comment.