From 353b8f1c89293fc334b179b5d2d44166bda32670 Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Mon, 26 Dec 2022 22:58:31 +0100 Subject: [PATCH] fix: Typo in src option description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5f4ff64..1c738cb 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'Action to send dist files to a remote server with scp command' author: 'Fabricio Nogueira' inputs: src: - description: 'Sorce dir to deploy' + description: 'Source dir to deploy' required: true host: description: 'SSH address'