mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 08:56:37 +07:00 
			
		
		
		
	removing required
removing required
This commit is contained in:
		@ -16,10 +16,8 @@ outputs:
 | 
				
			|||||||
    description: 'A boolean value to indicate an exact match was found for the primary key'
 | 
					    description: 'A boolean value to indicate an exact match was found for the primary key'
 | 
				
			||||||
  key:
 | 
					  key:
 | 
				
			||||||
    description: 'Key passed in the input to use in subsequent steps of the workflow'
 | 
					    description: 'Key passed in the input to use in subsequent steps of the workflow'
 | 
				
			||||||
    required: false
 | 
					 | 
				
			||||||
  matched-key:
 | 
					  matched-key:
 | 
				
			||||||
    description: 'Cache key restored'
 | 
					    description: 'Cache key restored'
 | 
				
			||||||
    required: false
 | 
					 | 
				
			||||||
runs:
 | 
					runs:
 | 
				
			||||||
  using: 'node16'
 | 
					  using: 'node16'
 | 
				
			||||||
  main: '../dist/restore/index.js'
 | 
					  main: '../dist/restore/index.js'
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user