From af763652920f470fd18746892b403cc7cffa31ef Mon Sep 17 00:00:00 2001 From: Brian Cristante <33549821+brcrista@users.noreply.github.com> Date: Tue, 19 May 2020 20:28:18 -0400 Subject: [PATCH] Add icon for the Marketplace --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 31da771..69fa2a0 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'summarize-issues' description: 'GitHub Action that generates a Markdown summary of the issues in a repo.' author: 'Brian Cristante' +branding: + icon: bar-chart-2 + color: white inputs: title: description: 'title of the report'