File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export GITHUB="true"
88
99GITHUB_ACTION_PATH=" ${GITHUB_ACTION_PATH%/ } "
1010DRONE_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
1313function detect_client_info() {
1414 if [ -n " ${SSH_CLIENT_OS-} " ]; then
@@ -69,9 +69,9 @@ echo "======= CLI Version ======="
6969sh -c " ${TARGET} --version" # print version
7070echo " ==========================="
7171if [[ " $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
7575else
7676 sh -c " ${TARGET} $* " # run the command
7777fi
You can’t perform that action at this time.
0 commit comments