mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-04 05:19:14 +08:00 
			
		
		
		
	Fetch all history for all tags and branches when fetch-depth=0 (#258)
This commit is contained in:
		@@ -70,7 +70,7 @@ We want to take this opportunity to make behavioral changes, from v1. This docum
 | 
			
		||||
    description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching'
 | 
			
		||||
    default: true
 | 
			
		||||
  fetch-depth:
 | 
			
		||||
    description: 'Number of commits to fetch. 0 indicates all history.'
 | 
			
		||||
    description: 'Number of commits to fetch. 0 indicates all history for all tags and branches.'
 | 
			
		||||
    default: 1
 | 
			
		||||
  lfs:
 | 
			
		||||
    description: 'Whether to download Git-LFS files'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user