Skip to content

Commit

Permalink
chore: support ipv6
Browse files Browse the repository at this point in the history
Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Mar 16, 2024
1 parent 0aa2399 commit 3cbaafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ 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

sh -c "${GITHUB_ACTION_PATH}/drone-ssh $*"
sh -c "${GITHUB_ACTION_PATH}/drone-ssh -h"
sh -c "${GITHUB_ACTION_PATH}/drone-ssh"

0 comments on commit 3cbaafb

Please sign in to comment.