mirror of
				https://code.forgejo.org/actions/checkout.git
				synced 2025-11-04 06:39:11 +00:00 
			
		
		
		
	Merge e463b2c101 into ff7abcd0c3
				
					
				
			This commit is contained in:
		
						commit
						c8f5fc33e7
					
				
					 2 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -248,6 +248,7 @@ describe('Test fetchDepth and fetchTags options', () => {
 | 
			
		|||
        '-c',
 | 
			
		||||
        'protocol.version=2',
 | 
			
		||||
        'fetch',
 | 
			
		||||
        '--tags',
 | 
			
		||||
        '--prune',
 | 
			
		||||
        '--no-recurse-submodules',
 | 
			
		||||
        '--filter=filterValue',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -263,6 +263,8 @@ class GitCommandManager {
 | 
			
		|||
    const args = ['-c', 'protocol.version=2', 'fetch']
 | 
			
		||||
    if (!refSpec.some(x => x === refHelper.tagsRefSpec) && !options.fetchTags) {
 | 
			
		||||
      args.push('--no-tags')
 | 
			
		||||
    } else {
 | 
			
		||||
      args.push('--tags')
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    args.push('--prune', '--no-recurse-submodules')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue