From a76e11a02b8638f49b5fa4a44d18d398c28a289c Mon Sep 17 00:00:00 2001 From: matzkoh Date: Fri, 20 Oct 2023 22:18:48 +0900 Subject: [PATCH] chore: add branding settings --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index ce100d9..ed5bd37 100644 --- a/action.yml +++ b/action.yml @@ -2,6 +2,10 @@ name: check-node-version description: GitHub Actions to check if node-version has been released and is available via brew node-build. author: matzkoh +branding: + icon: check-circle + color: green + inputs: node-version: description: The version to check