Update action.yml
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ runs:
|
|||||||
|
|
||||||
echo "Copying $src to $dest..."
|
echo "Copying $src to $dest..."
|
||||||
# Note: eval is used so wildcards or multiple space-separated files expand properly
|
# Note: eval is used so wildcards or multiple space-separated files expand properly
|
||||||
eval "scp -i \"$SSH_KEY_PATH\" -P ${{ inputs.port }} $src \"${{ inputs.username }}@${{ inputs.host }}:$dest/\""
|
eval "scp -r -i \"$SSH_KEY_PATH\" -P ${{ inputs.port }} $src \"${{ inputs.username }}@${{ inputs.host }}:$dest/\""
|
||||||
|
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user