Compare commits

...

2 Commits

Author SHA1 Message Date
Tomas Fabrizio Orsi
65c1fd9244
Merge 63d8658a943c15ea568297581209370eebedf25d into 53aa38c736a561b9c17b62df3fe885a17b78ee6d 2025-01-07 17:07:59 -05: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