From 1aa65fc28aaf16cc5c1c39e1b2d602cdb84a7d47 Mon Sep 17 00:00:00 2001 From: Tomas Delvechio Date: Fri, 18 Sep 2020 22:49:26 -0300 Subject: [PATCH] action file set --- action.yml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/action.yml b/action.yml index 0011139..25a157e 100644 --- a/action.yml +++ b/action.yml @@ -1,16 +1,22 @@ # action.yml -name: 'Hello World' -description: 'Greet someone and record the time' +name: 'Sync a Repo like subdir of another' +description: 'When you push in Repo A, this repo is copied and sync like subfolder to Repo B' +author: 'Tomas Delvechio