mirror of
https://github.com/actions/cache.git
synced 2026-03-04 08:31:03 +08:00
Compare commits
2 Commits
6c6406414a
...
7162b32d0d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7162b32d0d | ||
|
|
63d8658a94 |
@ -140,7 +140,7 @@ jobs:
|
|||||||
run: /primes.sh -d prime-numbers
|
run: /primes.sh -d prime-numbers
|
||||||
```
|
```
|
||||||
|
|
||||||
The `cache` action provides a `cache-hit` output which is set to `true` when the cache is restored using the primary `key` and `false` when the cache is restored using `restore-keys` or no cache is restored.
|
The `cache` action provides a `cache-hit` output which is set to `true` when the cache is restored using the primary `key` and `false` when the cache is restored using `restore-keys`. If no cache is restored, it is set to the empty string.
|
||||||
|
|
||||||
#### Using a combination of restore and save actions
|
#### Using a combination of restore and save actions
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user