mirror of
https://github.com/actions/cache.git
synced 2025-07-10 21:00:46 +00:00
Mention empty possibility for outputs.cache-hit
This commit is contained in:
parent
04f198bf0b
commit
62a3e42441
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ If you are using a `self-hosted` Windows runner, `GNU tar` and `zstd` are requir
|
|||
|
||||
### Outputs
|
||||
|
||||
* `cache-hit` - A boolean value to indicate an exact match was found for the key.
|
||||
* `cache-hit` - A boolean value to indicate an exact match was found for the key, or empty (not set) if no cache was restored.
|
||||
|
||||
> **Note** `cache-hit` will only be set to `true` when a cache hit occurs for the exact `key` match. For a partial key match via `restore-keys` or a cache miss, it will be set to `false`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue