From 4699d15c09b5bd63233df9ac0843ea8f158238bf Mon Sep 17 00:00:00 2001 From: Art <4998038+Alorel@users.noreply.github.com> Date: Mon, 18 Sep 2023 01:51:32 +0100 Subject: [PATCH] fix: Set branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 1f91ee7..69472bc 100644 --- a/action.yml +++ b/action.yml @@ -5,6 +5,9 @@ inputs: description: run git config in the specified directory global: description: run git config --global instead of git config +branding: + icon: git-commit + color: blue runs: using: composite steps: