From f66cc6654bab15a2ab80c9153508c19009d8e52b Mon Sep 17 00:00:00 2001 From: Clint Johnson <50661551+nmbgeek@users.noreply.github.com> Date: Sat, 9 Dec 2023 08:34:57 -0500 Subject: [PATCH] Change branding --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index b5f80f6..9c128ee 100644 --- a/action.yaml +++ b/action.yaml @@ -4,8 +4,8 @@ description: >- Get the latest commit hash and description from another repository and output that for use in other actions branding: - icon: 'anchor' - color: 'orange' + icon: 'hash' + color: 'blue' inputs: owner: description: 'The Github user or organization that owns the repository'