Typo fix :)

This commit is contained in:
Nikola Kadić 2020-11-05 15:36:21 +01:00 committed by GitHub
parent 1d25b00c26
commit ad4ef26acf
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 }}
```
```