mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-05 20:06:10 +08:00
Fix comments
Co-authored-by: Josh Gross <joshmgross@github.com>
This commit is contained in:
parent
b24632bd80
commit
3f7df8ec5a
2
packages/cache/src/cache.ts
vendored
2
packages/cache/src/cache.ts
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user