Compare commits

...

2 Commits

Author SHA1 Message Date
Tomas Fabrizio Orsi 63714a33d9
Merge 63d8658a94 into 638ed79f9d 2025-08-14 14:34:06 +03:00
Tomas Fabrizio Orsi 63d8658a94 README.md: Clarify that the empty string is returned if no cache is restored.
Closes: #1513
2024-12-11 09:27:44 -03:00
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,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