Update cache/action.yaml
This commit is contained in:
		
							
								
								
									
										4
									
								
								cache/action.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								cache/action.yaml
									
									
									
									
										vendored
									
									
								
							@@ -5,10 +5,12 @@ inputs:
 | 
				
			|||||||
  key:
 | 
					  key:
 | 
				
			||||||
    type: string
 | 
					    type: string
 | 
				
			||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
    default: ${{github.job_id}}
 | 
					    description: Key to store cache under
 | 
				
			||||||
 | 
					    default: ${{github.run_id}}
 | 
				
			||||||
  pattern:
 | 
					  pattern:
 | 
				
			||||||
    type: string
 | 
					    type: string
 | 
				
			||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
 | 
					    description: Files that will be cached
 | 
				
			||||||
    default: "*"
 | 
					    default: "*"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
runs:
 | 
					runs:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user