From e5fa590dd5afa8f318692f7f98c329e37410dfd8 Mon Sep 17 00:00:00 2001 From: Janos <86970079+janosdebugs@users.noreply.github.com> Date: Wed, 28 Jul 2021 09:41:05 +0200 Subject: [PATCH] Added icon and color --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 092e6d6..091170a 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'gotestfmt' description: 'Set up gotestfmt, an output formatter for go test.' +branding: + icon: 'cast' + color: 'orange' inputs: token: description: 'GitHub token to avoid rate limiting.'