From ad4ef26acf80833570bc106a3bf1f3ccf3a829e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Kadi=C4=87?= <42221975+nikolakadic@users.noreply.github.com> Date: Thu, 5 Nov 2020 15:36:21 +0100 Subject: [PATCH] Typo fix :) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 674bbd3..9006d22 100644 --- a/README.md +++ b/README.md @@ -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 }} -``` \ No newline at end of file +```