mirror of
https://github.com/actions/cache.git
synced 2025-04-19 02:26:45 +00:00
Restore original behavior of cache-hit
output (#1467)
* Restore original behavior of `cache-hit` output * Bump version to 4.1.1
This commit is contained in:
parent
2cdf405574
commit
3624ceb22c
9 changed files with 18 additions and 12 deletions
|
@ -64,9 +64,9 @@ 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.
|
||||
|
||||
> **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`.
|
||||
* `cache-hit` - A string value to indicate an exact match was found for the key.
|
||||
* If there's a cache hit, this will be 'true' or 'false' to indicate if there's an exact match for `key`.
|
||||
* If there's a cache miss, this will be an empty string.
|
||||
|
||||
See [Skipping steps based on cache-hit](#skipping-steps-based-on-cache-hit) for info on using this output
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue