mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 11:48:38 +08:00 
			
		
		
		
	Linting
This commit is contained in:
		
							parent
							
								
									7d1640d6a1
								
							
						
					
					
						commit
						bdf52d7ae8
					
				|  | @ -77,7 +77,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( | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Josh Gross
						Josh Gross