Merge 63d8658a943c15ea568297581209370eebedf25d into 668228422ae6a00e4ad889ee87cd7109ec5666a7

This commit is contained in:
Tomas Fabrizio Orsi 2026-03-19 19:42:56 +03:00 committed by GitHub
commit d7a8d7e446
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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