mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 19:33:35 +00:00 
			
		
		
		
	Update action.yml
This commit is contained in:
		
							parent
							
								
									fa0fa2e97b
								
							
						
					
					
						commit
						1819984751
					
				| @ -5,10 +5,9 @@ inputs: | ||||
|   repository: | ||||
|     description: 'Repository name' | ||||
|   ref: | ||||
|     description: 'Ref to checkout (SHA, branch, tag).' | ||||
|     description: 'Ref to checkout (SHA, branch, tag)' | ||||
|   token: | ||||
|     description: 'Access token for clone repository' | ||||
|     default: ${{ github.token }} | ||||
|   clean: | ||||
|     description: 'If true, execute `execute git clean -ffdx && git reset --hard HEAD` before fetching' | ||||
|     default: true | ||||
| @ -20,6 +19,5 @@ inputs: | ||||
|     description: 'The depth of commits to ask Git to fetch; defaults to no limit'   | ||||
|   path: | ||||
|     description: 'Optional path to check out source code'   | ||||
|     default: 'foo/${{github.ref}}' | ||||
| runs: | ||||
|   plugin: 'checkout' | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user