mirror of
https://github.com/appleboy/ssh-action.git
synced 2024-11-12 12:38:04 +00:00
syntax fix
This commit is contained in:
parent
27b687e565
commit
396c696e03
@ -71,4 +71,4 @@ chmod +x ${TARGET}
|
|||||||
stdout=$(cat /tmp/outFile)
|
stdout=$(cat /tmp/outFile)
|
||||||
stderr=$(cat /tmp/errFile)
|
stderr=$(cat /tmp/errFile)
|
||||||
echo "stdout=${stdout//$'\n'/\\n}" >> $GITHUB_OUTPUT
|
echo "stdout=${stdout//$'\n'/\\n}" >> $GITHUB_OUTPUT
|
||||||
echo "stderr=${stderr//$'\n'/\\n}" >> $GITHUB_OUTPUT)
|
echo "stderr=${stderr//$'\n'/\\n}" >> $GITHUB_OUTPUT
|
||||||
|
Loading…
Reference in New Issue
Block a user