mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 01:28:56 +08:00 
			
		
		
		
	Document the CACHE_DEBUG_ENABLED flag
				
					
				
			This commit is contained in:
		@@ -182,6 +182,15 @@ You can enable read-only caching for any of the caches as follows:
 | 
			
		||||
cache-read-only: true
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
### Cache debugging
 | 
			
		||||
 | 
			
		||||
It is possible to enable additional debug logging for cache operations. You do via the `CACHE_DEBUG_ENABLED` environment variable:
 | 
			
		||||
 | 
			
		||||
```yaml
 | 
			
		||||
env:
 | 
			
		||||
  CACHE_DEBUG_ENABLED: true
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Build scans
 | 
			
		||||
 | 
			
		||||
If your build publishes a [build scan](https://gradle.com/build-scans/) the `gradle-build-action` action will:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user