mirror of
https://github.com/actions/cache.git
synced 2025-03-31 03:53:16 +08:00
Merge 63d8658a943c15ea568297581209370eebedf25d into 5a3ec84eff668545956fd18022155c47e93e2684
This commit is contained in:
commit
c6fa3821d7
@ -126,7 +126,7 @@ jobs:
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user