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 839d158 commit 6d54573
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
set -eu

export GITHUB="true"
echo "appleboy"
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
curl -fLJ 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 -h
${GITHUB_ACTION_PATH}drone-ssh
sh -c "${GITHUB_ACTION_PATH}/drone-ssh -h"
sh -c "${GITHUB_ACTION_PATH}/drone-ssh"
sh -c "${GITHUB_ACTION_PATH}/drone-ssh $*"

0 comments on commit 6d54573

Please sign in to comment.