Skip to content

Commit

Permalink
fix(README.md): fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wei authored Aug 11, 2019
1 parent 83bb7c7 commit b58f815
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
uses: wei/rclone@master
env:
RCLONE_CONF: ${{ secrets.RCLONE_CONF }}
args: copy <source>:<source_path> <dest>:<dest_path>
with:
args: copy <source>:<source_path> <dest>:<dest_path>
```
`RCLONE_CONF` can be omitted if [CLI arguments](https://rclone.org/flags/#backend-flags) or [environment variables](https://rclone.org/docs/#environment-variables) are supplied. `RCLONE_CONF` can also be encrypted if [`RCLONE_CONFIG_PASS`](https://rclone.org/docs/#configuration-encryption) secret is supplied.

Expand Down

0 comments on commit b58f815

Please sign in to comment.