From ea532627535451757c1793514eed939e4683d45a Mon Sep 17 00:00:00 2001 From: Carles Pina Estany Date: Sun, 29 Mar 2020 21:30:17 +0200 Subject: [PATCH] Adds branding (icon, color) --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index bd4796a..5bb2901 100644 --- a/action.yml +++ b/action.yml @@ -21,3 +21,6 @@ runs: - ${{ inputs.destination-github-username }} - ${{ inputs.destination-repository-name }} - ${{ inputs.git-user-email }} +branding: + icon: 'git-commit' + color: 'green'