Mention empty possibility for outputs.cache-hit

This commit is contained in:
rikhuijzer 2023-04-24 09:20:22 +02:00
parent 04f198bf0b
commit 62a3e42441
2 changed files with 2 additions and 2 deletions

View file

@ -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`.