mirror of
https://github.com/appleboy/ssh-action.git
synced 2026-04-24 08:04:35 +00:00
fix: Upgrade drone-ssh from 1.8.2 to 1.8.3
The bundled drone-ssh v1.8.2 was causing deployment failures with "Unexpected input(s) 'script_stop'" warnings and process exit code 128 during CI/CD runs. Upgrading to v1.8.3 resolves input validation issues and improves SSH session stability. Deployment was failing at the git fetch step with: "remote: Repository not found. fatal: Authentication failed for 'https://github.com/...'" Process exited with status 128 Updated DRONE_SSH_VERSION default from 1.8.2 to 1.8.3 in entrypoint.sh.
This commit is contained in:
parent
90162d1e43
commit
b8bed6e380
@ -6,7 +6,7 @@ export GITHUB="true"
|
|||||||
|
|
||||||
GITHUB_ACTION_PATH="${GITHUB_ACTION_PATH%/}"
|
GITHUB_ACTION_PATH="${GITHUB_ACTION_PATH%/}"
|
||||||
DRONE_SSH_RELEASE_URL="${DRONE_SSH_RELEASE_URL:-https://github.com/appleboy/drone-ssh/releases/download}"
|
DRONE_SSH_RELEASE_URL="${DRONE_SSH_RELEASE_URL:-https://github.com/appleboy/drone-ssh/releases/download}"
|
||||||
DRONE_SSH_VERSION="${DRONE_SSH_VERSION:-1.8.2}"
|
DRONE_SSH_VERSION="${DRONE_SSH_VERSION:-1.8.3}"
|
||||||
|
|
||||||
# Error codes
|
# Error codes
|
||||||
readonly ERR_UNKNOWN_PLATFORM=2
|
readonly ERR_UNKNOWN_PLATFORM=2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user