From 40dc605d1f7be102dfacf71faa55c79ab9886c31 Mon Sep 17 00:00:00 2001 From: Michael Shick Date: Mon, 25 Nov 2019 17:21:41 -0500 Subject: [PATCH] add some recommended branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 93f5bcf..1eda09c 100644 --- a/action.yml +++ b/action.yml @@ -11,6 +11,9 @@ inputs: description: "allow messages to be repeated" required: false default: false +branding: + icon: message-circle + color: purple runs: using: "node12" main: "dist/index.js"