Compare commits

...

2 Commits

Author SHA1 Message Date
Tomas Fabrizio Orsi
388eb638be
Merge 63d8658a943c15ea568297581209370eebedf25d into d4323d4df104b026a6aa633fdb11d772146be0bf 2025-03-03 14:20:22 +01: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

View File

@ -126,7 +126,7 @@ jobs:
run: /primes.sh -d prime-numbers 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 #### Using a combination of restore and save actions