mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-04 05:58:40 +08:00 
			
		
		
		
	fetch verbose
This commit is contained in:
		
							parent
							
								
									94c2de77cc
								
							
						
					
					
						commit
						ad350781d4
					
				
							
								
								
									
										3
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -5560,7 +5560,8 @@ class GitCommandManager {
 | 
			
		|||
                '--no-tags',
 | 
			
		||||
                '--prune',
 | 
			
		||||
                '--progress',
 | 
			
		||||
                '--no-recurse-submodules'
 | 
			
		||||
                '--no-recurse-submodules',
 | 
			
		||||
                '--verbose'
 | 
			
		||||
            ];
 | 
			
		||||
            if (fetchDepth > 0) {
 | 
			
		||||
                args.push(`--depth=${fetchDepth}`);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -172,7 +172,8 @@ class GitCommandManager {
 | 
			
		|||
      '--no-tags',
 | 
			
		||||
      '--prune',
 | 
			
		||||
      '--progress',
 | 
			
		||||
      '--no-recurse-submodules'
 | 
			
		||||
      '--no-recurse-submodules',
 | 
			
		||||
      '--verbose'
 | 
			
		||||
    ]
 | 
			
		||||
    if (fetchDepth > 0) {
 | 
			
		||||
      args.push(`--depth=${fetchDepth}`)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user