1
1
Fork 0
mirror of https://github.com/appleboy/ssh-action.git synced 2025-03-28 14:46:19 +01: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:
Bo-Yi Wu 2024-03-16 15:43:44 +08:00
parent 0b4f525d32
commit 1568b50ccf
No known key found for this signature in database
2 changed files with 1 additions and 4 deletions

View file

@ -298,7 +298,6 @@ jobs:
- name: testing ipv6 for command
run: |
curl -m 9 --ipv6 --verbose https://google.com
ping6 2402:1f00:8000:800::2628 -c 4
- name: testing ipv6
uses: ./

View file

@ -72,9 +72,7 @@ inputs:
description: "pass all environment variable to shell script."
request_pty:
description: "Request a pseudo-terminal from the server."
# runs:
# using: "docker"
# image: "Dockerfile"
runs:
using: "composite"
steps: