From cd2dd056ccecb4bc98aabe3b9e48b29d25e2a40e Mon Sep 17 00:00:00 2001 From: Neo Hsu Date: Fri, 29 Jul 2022 01:59:56 +0800 Subject: [PATCH] chore: publish deploy-files-to-repo action --- action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 880fab3..73e2dff 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,9 @@ name: "Deploy files to repo" description: "Deploy file/folder to another GitHub repository" +author: "NeoHsu" +branding: + icon: "git-pull-request" + color: "black" inputs: source_dir: description: "Deploy file or folder from this repo" @@ -47,4 +51,4 @@ inputs: required: false runs: using: "docker" - image: "Dockerfile" \ No newline at end of file + image: "Dockerfile"