From 19d0737f12649a13177ea067ce545001a84a832f Mon Sep 17 00:00:00 2001 From: Xeek Date: Sat, 13 Jan 2024 12:17:53 -0600 Subject: [PATCH] chore: update branding in action.yml --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index e7709a5..25bd5c1 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,10 @@ name: "Send Microsoft Teams Connector Card" +author: "John Tullos" description: "Sends a custom connector card to a Microsoft Teams channel using a webhook URL" +branding: + icon: message-square + color: green + inputs: webhook-url: description: "Webhook URL of the Microsoft Teams channel"