diff --git a/action.yml b/action.yml index c43f215..1733a17 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -name: 'SCP Deployment' -description: 'Copies the files from your repository to a remote host using SCP' -author: 'Sebastian Rueda' +name: 'Recursive SCP Deployment' +description: 'Recusively copies the files from your repository to a remote host using SCP' +author: 'temper' inputs: # $1 port: @@ -36,4 +36,4 @@ runs: image: 'Dockerfile' branding: icon: 'send' - color: 'black' \ No newline at end of file + color: 'black'