From df077d694ae171e5cb63621c7cf351ab08a5e033 Mon Sep 17 00:00:00 2001 From: Stefan Buck Date: Sat, 11 Sep 2021 22:49:31 +0200 Subject: [PATCH] Add branding for Marketplace --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 03f9a19..1a4ee4b 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'GitHub Issue Parser' -description: 'Turn a GitHub Issues body into a JSON object' +description: 'Use this action to convert issues into a unified JSON structure.' +branding: + icon: "check-square" + color: green inputs: template-path: description: 'Path to the issue form template file'