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 5913dd3 commit 5e44b3d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ set -eu

export GITHUB="true"
echo "appleboy"
chmod +x ${GITHUB_ACTION_PATH}/drone-ssh
${GITHUB_ACTION_PATH}/drone-ssh -h
${GITHUB_ACTION_PATH}/drone-ssh
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 -h
${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"

0 comments on commit 5e44b3d

Please sign in to comment.