mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-11-28 15:17:12 -05:00
chore: bump default DRONE_SSH_VERSION to 1.8.2
- Update the default DRONE_SSH_VERSION from 1.8.1 to 1.8.2 Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ export GITHUB="true"
|
||||
|
||||
GITHUB_ACTION_PATH="${GITHUB_ACTION_PATH%/}"
|
||||
DRONE_SSH_RELEASE_URL="${DRONE_SSH_RELEASE_URL:-https://github.com/appleboy/drone-ssh/releases/download}"
|
||||
DRONE_SSH_VERSION="${DRONE_SSH_VERSION:-1.8.1}"
|
||||
DRONE_SSH_VERSION="${DRONE_SSH_VERSION:-1.8.2}"
|
||||
|
||||
# Error codes
|
||||
readonly ERR_UNKNOWN_PLATFORM=2
|
||||
|
||||
Reference in New Issue
Block a user