1
0
Fork 0

Fix comments

Co-authored-by: Josh Gross <joshmgross@github.com>
pull/1882/head
Bassem Dghaidi 2024-12-02 19:46:18 +01:00 committed by GitHub
parent b24632bd80
commit 3f7df8ec5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ export async function restoreCache(
*
* @param paths a list of file paths to restore from the cache
* @param primaryKey an explicit key for restoring the cache
* @param restoreKeys an optional ordered list of keys to use for restoring the cache if no cache hit occurred for key
* @param restoreKeys an optional ordered list of keys to use for restoring the cache if no cache hit occurred for primaryKey
* @param options cache download options
* @param enableCrossOsArchive an optional boolean enabled to restore on Windows any cache created on any platform
* @returns string returns the key for the cache hit, otherwise returns undefined