Skip to content

Commit 28d7db3

Browse files
committed
Merge branch 'master' of github.com:rclone/rclone into feature/storj
2 parents a813256 + 7e6fac8 commit 28d7db3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1680
-714
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
steps:
104104
- name: Checkout
105-
uses: actions/checkout@master
105+
uses: actions/checkout@v1
106106
with:
107107
path: ./src/github.com/${{ github.repository }}
108108

@@ -211,7 +211,7 @@ jobs:
211211
steps:
212212

213213
- name: Checkout
214-
uses: actions/checkout@master
214+
uses: actions/checkout@v1
215215
with:
216216
path: ./src/github.com/${{ github.repository }}
217217

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Rclone *("rsync for cloud storage")* is a command line program to sync files and
3434
* Dreamhost [:page_facing_up:](https://rclone.org/s3/#dreamhost)
3535
* Dropbox [:page_facing_up:](https://rclone.org/dropbox/)
3636
* FTP [:page_facing_up:](https://rclone.org/ftp/)
37+
* GetSky [:page_facing_up:](https://rclone.org/jottacloud/)
3738
* Google Cloud Storage [:page_facing_up:](https://rclone.org/googlecloudstorage/)
3839
* Google Drive [:page_facing_up:](https://rclone.org/drive/)
3940
* Google Photos [:page_facing_up:](https://rclone.org/googlephotos/)

0 commit comments

Comments
 (0)