mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:58:56 +08:00 
			
		
		
		
	Fix logging of cache key for Gradle User Home
This commit is contained in:
		
							
								
								
									
										2
									
								
								dist/main/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/main/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								dist/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								dist/post/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/post/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								dist/post/index.js.map
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/post/index.js.map
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -150,9 +150,9 @@ export abstract class AbstractCache {
 | 
				
			|||||||
            return
 | 
					            return
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        core.saveState(this.cacheResultStateKey, cacheResult)
 | 
					        core.saveState(this.cacheResultStateKey, cacheResult.key)
 | 
				
			||||||
        entryReport.markRestored(cacheResult.key, cacheResult.size)
 | 
					        entryReport.markRestored(cacheResult.key, cacheResult.size)
 | 
				
			||||||
        core.info(`Restored ${this.cacheDescription} from cache key: ${cacheResult}`)
 | 
					        core.info(`Restored ${this.cacheDescription} from cache key: ${cacheResult.key}`)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        try {
 | 
					        try {
 | 
				
			||||||
            await this.afterRestore(listener)
 | 
					            await this.afterRestore(listener)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user