Update README.md

This commit is contained in:
Steven Agyekum 2019-12-04 16:08:51 +01:00 committed by GitHub
parent 0ce1e18957
commit 7681fdf023
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ This action requires 4 args in the `with` block.
1. `swtiches` - The first is for any initial/required rsync flags, eg: `-avzr --delete` 1. `swtiches` - The first is for any initial/required rsync flags, eg: `-avzr --delete`
2. `rsh` - Optional remote shell commands, eg for using a different SSH port: `"-p ${{ secrets.DEPLOY_PORT }}"` 2. `rsh` - Remote shell commands, eg for using a different SSH port: `"-p ${{ secrets.DEPLOY_PORT }}"`
3. `path` - The source path, if none; use `""` 3. `path` - The source path, if none; use `""`