mirror of
				https://github.com/appleboy/ssh-action.git
				synced 2025-10-31 00:10:11 +08:00 
			
		
		
		
	ci: optimize and enhance SSH server workflow
- Add a 5-second sleep command to the SSH server workflow Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
		
							parent
							
								
									40aad53c5a
								
							
						
					
					
						commit
						0b0e77098a
					
				
							
								
								
									
										1
									
								
								.github/workflows/ssh-server.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/ssh-server.yml
									
									
									
									
										vendored
									
									
								
							| @ -29,6 +29,7 @@ jobs: | |||||||
|           echo "======= container ip address =========" |           echo "======= container ip address =========" | ||||||
|           cat ip.txt |           cat ip.txt | ||||||
|           echo "======================================" |           echo "======================================" | ||||||
|  |           sleep 5 | ||||||
| 
 | 
 | ||||||
|       - name: executing remote ssh commands using password (1.0.3) |       - name: executing remote ssh commands using password (1.0.3) | ||||||
|         uses: appleboy/ssh-action@v1.0.3 |         uses: appleboy/ssh-action@v1.0.3 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Bo-Yi Wu
						Bo-Yi Wu