From 49c5b33b7df15b91208ab332ad30b9689582a4ea Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 26 Sep 2024 19:39:01 -0700 Subject: [PATCH] Fixing action.yaml to make it viable for marketplace upload --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'