| 
									
										
										
										
											2019-07-23 11:50:59 -04:00
										 |  |  | name: 'Checkout'
 | 
					
						
							| 
									
										
										
										
											2019-08-16 17:00:30 +02:00
										 |  |  | description: 'Checkout a Git repository.'
 | 
					
						
							| 
									
										
										
										
											2019-07-23 11:50:59 -04:00
										 |  |  | inputs: 
 | 
					
						
							|  |  |  |   repository:
 | 
					
						
							|  |  |  |     description: 'Repository name'
 | 
					
						
							|  |  |  |   ref:
 | 
					
						
							|  |  |  |     description: 'Ref to checkout (SHA, branch, tag)'
 | 
					
						
							|  |  |  |   token:
 | 
					
						
							|  |  |  |     description: 'Access token for clone repository'
 | 
					
						
							|  |  |  |   clean:
 | 
					
						
							|  |  |  |     description: 'If true, execute `execute git clean -ffdx && git reset --hard HEAD` before fetching'
 | 
					
						
							|  |  |  |     default: true
 | 
					
						
							|  |  |  |   submodules:
 | 
					
						
							| 
									
										
										
										
											2019-08-13 20:44:07 +01:00
										 |  |  |     description: 'Whether to recursively clone submodules; defaults to false'
 | 
					
						
							| 
									
										
										
										
											2019-07-23 11:50:59 -04:00
										 |  |  |   lfs:
 | 
					
						
							|  |  |  |     description: 'Whether to download Git-LFS files; defaults to false'
 | 
					
						
							|  |  |  |   fetch-depth:
 | 
					
						
							|  |  |  |     description: 'The depth of commits to ask Git to fetch; defaults to no limit'  
 | 
					
						
							|  |  |  |   path:
 | 
					
						
							|  |  |  |     description: 'Optional path to check out source code'  
 | 
					
						
							|  |  |  | runs:
 | 
					
						
							|  |  |  |   plugin: 'checkout'
 |