diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1ec283..e188bf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: ./ diff --git a/action.yml b/action.yml index 8ff26d4..4a16472 100644 --- a/action.yml +++ b/action.yml @@ -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: