1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2024-09-20 02:36:09 +02:00
This commit is contained in:
Josh Gross 2019-12-13 15:33:33 -05:00
parent a8adbe4b05
commit d788427754

View file

@ -78,7 +78,10 @@ async function run(): Promise<void> {
utils.setCacheState(cacheEntry);
// Download the cache from the cache entry
await cacheHttpClient.downloadCache(cacheEntry?.archiveLocation, archivePath);
await cacheHttpClient.downloadCache(
cacheEntry?.archiveLocation,
archivePath
);
const archiveFileSize = utils.getArchiveFileSize(archivePath);
core.info(