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'