Skip to content

Commit b0a8f32

Browse files
committed
chore: bump DRONE_SSH version to 1.8.1
- Update the default version of DRONE_SSH from 1.8.0 to 1.8.1 Signed-off-by: appleboy <[email protected]>
1 parent 039c9e0 commit b0a8f32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

entrypoint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export GITHUB="true"
88

99
GITHUB_ACTION_PATH="${GITHUB_ACTION_PATH%/}"
1010
DRONE_SSH_RELEASE_URL="${DRONE_SSH_RELEASE_URL:-https://github.com/appleboy/drone-ssh/releases/download}"
11-
DRONE_SSH_VERSION="${DRONE_SSH_VERSION:-1.8.0}"
11+
DRONE_SSH_VERSION="${DRONE_SSH_VERSION:-1.8.1}"
1212

1313
function detect_client_info() {
1414
if [ -n "${SSH_CLIENT_OS-}" ]; then
@@ -69,9 +69,9 @@ echo "======= CLI Version ======="
6969
sh -c "${TARGET} --version" # print version
7070
echo "==========================="
7171
if [[ "$INPUT_CAPTURE_STDOUT" == 'true' ]]; then
72-
echo 'stdout<<EOF' >> $GITHUB_OUTPUT # use heredoc for multiline output
72+
echo 'stdout<<EOF' >>$GITHUB_OUTPUT # use heredoc for multiline output
7373
sh -c "${TARGET} $*" | tee -a $GITHUB_OUTPUT # run the command
74-
echo 'EOF' >> $GITHUB_OUTPUT
74+
echo 'EOF' >>$GITHUB_OUTPUT
7575
else
7676
sh -c "${TARGET} $*" # run the command
7777
fi

0 commit comments

Comments
 (0)