mirror of
				https://gitea.com/actions/cache.git
				synced 2025-11-02 07:47:08 +00:00 
			
		
		
		
	Linting
This commit is contained in:
		@@ -78,7 +78,10 @@ async function run(): Promise<void> {
 | 
				
			|||||||
            utils.setCacheState(cacheEntry);
 | 
					            utils.setCacheState(cacheEntry);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            // Download the cache from the cache entry
 | 
					            // Download the cache from the cache entry
 | 
				
			||||||
            await cacheHttpClient.downloadCache(cacheEntry?.archiveLocation, archivePath);
 | 
					            await cacheHttpClient.downloadCache(
 | 
				
			||||||
 | 
					                cacheEntry?.archiveLocation,
 | 
				
			||||||
 | 
					                archivePath
 | 
				
			||||||
 | 
					            );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            const archiveFileSize = utils.getArchiveFileSize(archivePath);
 | 
					            const archiveFileSize = utils.getArchiveFileSize(archivePath);
 | 
				
			||||||
            core.info(
 | 
					            core.info(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user