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: