mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-22 10:09:37 +01:00
syntax fix
This commit is contained in:
parent
27b687e565
commit
396c696e03
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue