From 0dc171c571a0518046667f4b2915929da102414b Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 12 Apr 2023 17:02:42 +0200 Subject: [PATCH] Add branding. --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 7eee711..cfd3931 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'Autoformatter' description: 'Autoformat code using dotnet format' +branding: + icon: 'edit' + color: 'blue' inputs: projects: # id of input description: 'Projects to autoformat'