Skip to content

Commit b66d89d

Browse files
committed
upd readme
1 parent 3c9ac93 commit b66d89d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ This action is based on [actions/cache](https://github.com/actions/cache).
2121
* The store may contain useless paths from previous runs.
2222
* This action allows to limit nix store size (see [Configuration](#configuration)).
2323

24-
1. `cache-nix-action` saves a new cache.
24+
1. `cache-nix-action` saves a new cache when there's no cache hit.
25+
* Saving a cache takes time.
26+
* There may be no cache hit when an old matching cache was purged.
2527

2628
## Limitations
2729

0 commit comments

Comments
 (0)