Merge pull request #1 from nikolakadic/master

README typo fix :)
This commit is contained in:
Fabricio Nogueira 2020-11-10 11:38:58 -03:00 committed by GitHub
commit c72c8bbce7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ Action to send dist files to a remote server with scp command
## Required params
- `src`: Sorce dir to deploy
- `src`: Source dir to deploy
- `host`: SSH address
- `remote`: Remote dir path
- `port`: SSH Port
@ -59,4 +59,4 @@ jobs:
port: ${{ secrets.SSH_PORT }}
user: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
```
```