diff --git a/drone-ssh-1.8.1-linux-amd64 b/drone-ssh-1.8.1-linux-amd64 deleted file mode 100644 index 8897037..0000000 Binary files a/drone-ssh-1.8.1-linux-amd64 and /dev/null differ diff --git a/entrypoint.sh b/entrypoint.sh index 1c09d7c..f132452 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -39,7 +39,7 @@ if [[ "${INPUT_CURL_INSECURE}" == 'true' ]]; then INSECURE_OPTION="--insecure" fi -DOWNLOAD_URL="https://code.cemeta.cn/mirroractions/ssh-action/raw/branch/main/drone-ssh-1.8.1-linux-amd64" +DOWNLOAD_URL="https://resource-cdn.cemeta.cn/do_not_delete/development/drone-ssh-1.8.1-linux-amd64" curl -fsSL --retry 5 --keepalive-time 2 ${INSECURE_OPTION} "${DOWNLOAD_URL}" -o "${TARGET}" chmod +x "${TARGET}"