mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 23:33:36 +00:00 
			
		
		
		
	fix fetch-tags when fetch-depth > 0
This commit is contained in:
		
							parent
							
								
									85e6279cec
								
							
						
					
					
						commit
						e463b2c101
					
				| @ -248,6 +248,7 @@ describe('Test fetchDepth and fetchTags options', () => { | |||||||
|         '-c', |         '-c', | ||||||
|         'protocol.version=2', |         'protocol.version=2', | ||||||
|         'fetch', |         'fetch', | ||||||
|  |         '--tags', | ||||||
|         '--prune', |         '--prune', | ||||||
|         '--no-recurse-submodules', |         '--no-recurse-submodules', | ||||||
|         '--filter=filterValue', |         '--filter=filterValue', | ||||||
|  | |||||||
| @ -263,6 +263,8 @@ class GitCommandManager { | |||||||
|     const args = ['-c', 'protocol.version=2', 'fetch'] |     const args = ['-c', 'protocol.version=2', 'fetch'] | ||||||
|     if (!refSpec.some(x => x === refHelper.tagsRefSpec) && !options.fetchTags) { |     if (!refSpec.some(x => x === refHelper.tagsRefSpec) && !options.fetchTags) { | ||||||
|       args.push('--no-tags') |       args.push('--no-tags') | ||||||
|  |     } else { | ||||||
|  |       args.push('--tags') | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     args.push('--prune', '--no-recurse-submodules') |     args.push('--prune', '--no-recurse-submodules') | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user