mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-04 03:08:23 +08:00 
			
		
		
		
	Add explanatory comment to plugin (#31)
This commit is contained in:
		@@ -19,4 +19,5 @@ inputs:
 | 
				
			|||||||
  path:
 | 
					  path:
 | 
				
			||||||
    description: 'Optional path to check out source code'  
 | 
					    description: 'Optional path to check out source code'  
 | 
				
			||||||
runs:
 | 
					runs:
 | 
				
			||||||
 | 
					  # Plugins live on the runner and are only available to a certain set of first party actions.
 | 
				
			||||||
  plugin: 'checkout'
 | 
					  plugin: 'checkout'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user