From 6ea42c26a0602857b0567258c5ac0a3a854e777a Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Thu, 13 May 2021 17:07:03 -0500 Subject: [PATCH] Update action.yml --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 40ac020..7bfe881 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,8 @@ -name: "Helm Chart Releaser For Remote" +name: "Helm Chart Releaser For Remote Repo" description: "Host a Helm charts repo on GitHub repo" -author: "aisuko" +author: "Layer5" branding: - color: blue + color: green icon: anchor inputs: version: @@ -64,4 +64,4 @@ runs: fi "$GITHUB_ACTION_PATH/cr.sh" "${args[@]}" - shell: bash \ No newline at end of file + shell: bash