From e36cfbdaf5b4fbf017f3700f3e7d669fa2783c74 Mon Sep 17 00:00:00 2001 From: Sumit Singh Date: Wed, 28 Dec 2022 16:13:42 +0530 Subject: [PATCH] :lipstick: add branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 7caef68..a544311 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: "post-to-mastodon" description: "Github Action that sends a toot to Mastodon when you post a new blog post." author: "Sumit Singh" +branding: + icon: "play" + color: "blue" inputs: message: description: "The message which we send to Mastodon."