mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 10:08:37 +08:00 
			
		
		
		
	feat: action.yml and README.md updated with correct lint
This commit is contained in:
		
							parent
							
								
									55b0bfb9c8
								
							
						
					
					
						commit
						18e5a0dd62
					
				|  | @ -74,8 +74,8 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl | |||
|     # Default: true | ||||
|     clean: '' | ||||
| 
 | ||||
|     # Do a sparse checkout on given patterns | ||||
|     # Each pattern should be sepparated with new lines | ||||
|     # Do a sparse checkout on given patterns. Each pattern should be sepparated with | ||||
|     # new lines | ||||
|     # Default: null | ||||
|     sparse-checkout: '' | ||||
| 
 | ||||
|  |  | |||
|  | @ -54,7 +54,9 @@ inputs: | |||
|     description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching' | ||||
|     default: true | ||||
|   sparse-checkout: | ||||
|     description: 'Do a sparse checkout on given patterns' | ||||
|     description: > | ||||
|       Do a sparse checkout on given patterns. | ||||
|       Each pattern should be sepparated with new lines | ||||
|     default: null | ||||
|   fetch-depth: | ||||
|     description: 'Number of commits to fetch. 0 indicates all history for all branches and tags.' | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Daniel
						Daniel