mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 16:03:35 +00:00 
			
		
		
		
	Update action.yml
This commit is contained in:
		
							parent
							
								
									43e798a233
								
							
						
					
					
						commit
						fa0fa2e97b
					
				| @ -4,12 +4,8 @@ author: 'GitHub' | ||||
| inputs:  | ||||
|   repository: | ||||
|     description: 'Repository name' | ||||
|     required: true | ||||
|     default: ${{ github.repository }} | ||||
|   ref: | ||||
|     description: 'Ref to checkout (SHA, branch, tag)' | ||||
|     required: true | ||||
|     default: ${{ github.sha }} | ||||
|     description: 'Ref to checkout (SHA, branch, tag).' | ||||
|   token: | ||||
|     description: 'Access token for clone repository' | ||||
|     default: ${{ github.token }} | ||||
| @ -20,7 +16,7 @@ inputs: | ||||
|     description: 'Directory containing files to upload' | ||||
|   lfs: | ||||
|     description: 'Whether to download Git-LFS files; defaults to false' | ||||
|   fetchDepth: | ||||
|   fetch-depth: | ||||
|     description: 'The depth of commits to ask Git to fetch; defaults to no limit'   | ||||
|   path: | ||||
|     description: 'Optional path to check out source code'   | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user