From f6650dec3ca5cc40ffcb45b63c994bf24e64d27b Mon Sep 17 00:00:00 2001 From: Tim Austin Date: Fri, 31 Jan 2020 09:27:35 -0600 Subject: [PATCH] action meta update --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index b4f4e66..9ff63ec 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'Compile Mermaid Markdown' description: '*.mmd files or *.md with mermaid codeblocks and compile them' +branding: + icon: 'grid' + color: 'green' inputs: files: description: 'the path to the files to compile'