Skip to content

Commit 4e3535e

Browse files
committed
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 <[email protected]>
1 parent 91f3272 commit 4e3535e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export GITHUB="true"
66

77
GITHUB_ACTION_PATH="${GITHUB_ACTION_PATH%/}"
88
DRONE_SSH_RELEASE_URL="${DRONE_SSH_RELEASE_URL:-https://github.com/appleboy/drone-ssh/releases/download}"
9-
DRONE_SSH_VERSION="${DRONE_SSH_VERSION:-1.8.1}"
9+
DRONE_SSH_VERSION="${DRONE_SSH_VERSION:-1.8.2}"
1010

1111
# Error codes
1212
readonly ERR_UNKNOWN_PLATFORM=2

0 commit comments

Comments
 (0)