mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 10:08:37 +08:00 
			
		
		
		
	Merge branch 'master' into gist
This commit is contained in:
		
						commit
						dfa24b6287
					
				|  | @ -92,7 +92,7 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous | |||
|     # Default: true | ||||
|     clean: '' | ||||
| 
 | ||||
|     # Number of commits to fetch. 0 indicates all history. | ||||
|     # Number of commits to fetch. 0 indicates all history for all branches and tags. | ||||
|     # Default: 1 | ||||
|     fetch-depth: '' | ||||
| 
 | ||||
|  |  | |||
|  | @ -56,7 +56,7 @@ inputs: | |||
|     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 branches and tags.' | ||||
|     default: 1 | ||||
|   lfs: | ||||
|     description: 'Whether to download Git-LFS files' | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Daniel Hwang
						Daniel Hwang