mirror of https://github.com/actions/toolkit
Merge branch 'enhance-blob-client' of github.com:actions/toolkit into enhance-blob-client
commit
fb40492b6f
|
@ -108,9 +108,9 @@ export async function restoreCache(
|
||||||
*
|
*
|
||||||
* @param paths a list of file paths to restore from the cache
|
* @param paths a list of file paths to restore from the cache
|
||||||
* @param primaryKey an explicit key for restoring the cache. Lookup is done with prefix matching.
|
* @param primaryKey an explicit key for restoring the cache. Lookup is done with prefix matching.
|
||||||
* @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 options cache download options
|
||||||
* @param enableCrossOsArchive an optional boolean enabled to restore on windows any cache created on any platform
|
* @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
|
* @returns string returns the key for the cache hit, otherwise returns undefined
|
||||||
*/
|
*/
|
||||||
async function restoreCacheV1(
|
async function restoreCacheV1(
|
||||||
|
|
Loading…
Reference in New Issue