From 706d9f931d210d66b7bdb7f91222e6bcad93bdaa Mon Sep 17 00:00:00 2001 From: Fabricio Nogueira Date: Fri, 5 Jun 2020 17:22:34 -0300 Subject: [PATCH] fix(project): Fix requirements to publish on actions Required adjustments --- README.md | 2 +- action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c58c7c..674bbd3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SCP Deploy action +# SSH-SCP Deploy action Action to send dist files to a remote server with scp command diff --git a/action.yml b/action.yml index 9b9ab20..1bb95f2 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: 'scp-deploy' -description: 'Action to send dist files to a remote server with scp command' +name: 'ssh-scp-deploy' +description: 'Action to send dist files to a remote server with scp command' author: 'Fabricio Nogueira' inputs: src: