From 85b0c1382e3baca4af2a6fae5bf9fe378d247095 Mon Sep 17 00:00:00 2001 From: JD Cargile Date: Tue, 12 May 2020 00:50:03 -0600 Subject: [PATCH] Add icon and color to branding for GH actions marketplace --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 9c9b187d..a06215c2 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'Microsoft Teams Notification' description: 'Send a custom notification message to a Microsoft Teams channel with GitHub repo details' author: 'jdcargile' +branding: + icon: message-circle + color: purple inputs: github-token: description: 'GitHub Token'