From 30b046fdf57704bfb8e736e08145a5af2225c477 Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Thu, 25 Jun 2020 21:57:31 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20branding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index d7a4608..86000a7 100644 --- a/action.yml +++ b/action.yml @@ -21,3 +21,7 @@ inputs: runs: using: 'node12' main: 'dist/index.js' + +branding: + icon: 'book-open' + color: 'purple'