From 492cd5edf83dd35af8610bc0a82b37251a47d37d Mon Sep 17 00:00:00 2001 From: tshion Date: Sat, 27 Apr 2024 17:13:37 +0900 Subject: [PATCH] =?UTF-8?q?branding=20=E3=81=AE=E6=95=B4=E5=82=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 7272cec..a3f3c12 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,9 @@ name: "Apply git user" description: "Apply a well-known git user to 'git config user.*'." +branding: + icon: "user-plus" + color: "blue" + inputs: global: description: "Whether to set '--global' or not"