From 75739a3ac7e1bad40ff3c27841a20f68cdd6a7d5 Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Sun, 1 Nov 2020 03:12:11 +0100 Subject: [PATCH] action.yml: Added branding (icon, color) --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index fb09954..4a74e32 100644 --- a/action.yml +++ b/action.yml @@ -2,6 +2,10 @@ name: Compile Minecraft Spigot (BuildTools) description: Makes it easier to compile multiple Spigot versions at the same time and speed up clean builds author: Christian Koop +branding: + icon: arrow-down-circle + color: orange + inputs: versions: required: false