mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-05-19 06:14:46 +00:00
Merge 62a3e42441
into 2cdf405574
This commit is contained in:
commit
a2d951386a
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,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