Rename option to lookupOnly

This commit is contained in:
Marc Mueller
2023-01-17 17:12:42 +01:00
parent eb06c21794
commit a3849b77ae
4 changed files with 14 additions and 14 deletions

View File

@@ -100,8 +100,8 @@ export async function restoreCache(
return undefined
}
if (options?.dryRun) {
core.info('Dry run - skipping download')
if (options?.lookupOnly) {
core.info('Lookup only - skipping download')
return cacheEntry.cacheKey
}