mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 13:58:09 +08:00 
			
		
		
		
	Explain submodules option (#48)
Explain that submodules have several settings: `false`, `true` or `recursive`.
This commit is contained in:
		
				
					committed by
					
						 Tingluo Huang
						Tingluo Huang
					
				
			
			
				
	
			
			
			
						parent
						
							94d077c249
						
					
				
				
					commit
					f6ce2afa70
				
			| @@ -11,7 +11,7 @@ inputs: | |||||||
|     description: 'If true, execute `execute git clean -ffdx && git reset --hard HEAD` before fetching' |     description: 'If true, execute `execute git clean -ffdx && git reset --hard HEAD` before fetching' | ||||||
|     default: true |     default: true | ||||||
|   submodules: |   submodules: | ||||||
|     description: 'Whether to recursively clone submodules; defaults to false' |     description: 'Whether to include submodules: false to exclude submodules, true to include only one level of submodules, or recursive to recursively clone submodules; defaults to false' | ||||||
|   lfs: |   lfs: | ||||||
|     description: 'Whether to download Git-LFS files; defaults to false' |     description: 'Whether to download Git-LFS files; defaults to false' | ||||||
|   fetch-depth: |   fetch-depth: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user