From 0aa23993a7ef71b68057abedec5f7141f5e0b037 Mon Sep 17 00:00:00 2001 From: appleboy Date: Sat, 16 Mar 2024 12:27:17 +0800 Subject: [PATCH] chore: support ipv6 Signed-off-by: appleboy --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index bc6cf7c..a3eb529 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,4 +7,4 @@ export GITHUB="true" curl https://github.com/appleboy/drone-ssh/releases/download/v1.7.4/drone-ssh-1.7.4-linux-amd64 -o ${GITHUB_ACTION_PATH}/drone-ssh chmod +x ${GITHUB_ACTION_PATH}/drone-ssh -${GITHUB_ACTION_PATH}/drone-ssh $* +sh -c "${GITHUB_ACTION_PATH}/drone-ssh $*"