mirror of
				https://github.com/appleboy/scp-action.git
				synced 2025-10-31 16:13:47 +00:00 
			
		
		
		
	feat(actions): improve API robustness and testing coverage
- Add `protocol` input with description and default value `tcp` Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
		
							parent
							
								
									93e17a47f9
								
							
						
					
					
						commit
						172d4632fe
					
				| @ -11,6 +11,9 @@ inputs: | |||||||
|     description: "scp username" |     description: "scp username" | ||||||
|   password: |   password: | ||||||
|     description: "scp password" |     description: "scp password" | ||||||
|  |   protocol: | ||||||
|  |     description: "The IP protocol to use. Valid values are 'tcp'. 'tcp4' or 'tcp6'. Default to tcp." | ||||||
|  |     default: "tcp" | ||||||
|   timeout: |   timeout: | ||||||
|     description: "timeout for ssh to remote host" |     description: "timeout for ssh to remote host" | ||||||
|     default: "30s" |     default: "30s" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user