mirror of
				https://github.com/appleboy/ssh-action.git
				synced 2025-11-04 13:53:52 +00:00 
			
		
		
		
	ci: refactor CI workflow and Docker setup
- Remove IPv6 ping command from CI workflow - Uncomment Docker run configuration in action.yml Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
		
							parent
							
								
									0b4f525d32
								
							
						
					
					
						commit
						1568b50ccf
					
				
							
								
								
									
										1
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@ -298,7 +298,6 @@ jobs:
 | 
				
			|||||||
      - name: testing ipv6 for command
 | 
					      - name: testing ipv6 for command
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          curl -m 9 --ipv6 --verbose https://google.com
 | 
					          curl -m 9 --ipv6 --verbose https://google.com
 | 
				
			||||||
          ping6 2402:1f00:8000:800::2628 -c 4
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: testing ipv6
 | 
					      - name: testing ipv6
 | 
				
			||||||
        uses: ./
 | 
					        uses: ./
 | 
				
			||||||
 | 
				
			|||||||
@ -72,9 +72,7 @@ inputs:
 | 
				
			|||||||
    description: "pass all environment variable to shell script."
 | 
					    description: "pass all environment variable to shell script."
 | 
				
			||||||
  request_pty:
 | 
					  request_pty:
 | 
				
			||||||
    description: "Request a pseudo-terminal from the server."
 | 
					    description: "Request a pseudo-terminal from the server."
 | 
				
			||||||
# runs:
 | 
					
 | 
				
			||||||
#   using: "docker"
 | 
					 | 
				
			||||||
#   image: "Dockerfile"
 | 
					 | 
				
			||||||
runs:
 | 
					runs:
 | 
				
			||||||
  using: "composite"
 | 
					  using: "composite"
 | 
				
			||||||
  steps:
 | 
					  steps:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user