3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-20 02:19:03 +00:00
This commit is contained in:
Josh Gross 2019-12-13 15:33:33 -05:00
parent 7d1640d6a1
commit bdf52d7ae8

View file

@ -77,7 +77,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(