From a4a2b57d0ee70e20c55b40d1b31e7f3001152e71 Mon Sep 17 00:00:00 2001 From: Amaan Iqbal Date: Thu, 26 Mar 2020 13:07:54 +0530 Subject: [PATCH] Update action.yml Add description, color and icon field to the action.yml --- action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/action.yml b/action.yml index e8cf324..6b7ac7b 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,11 @@ name: SMS Spam Detection Action +description: 'SMS Spam Detection Action enables a user to check if any given message is a `spam` or a `ham`' + +branding: + icon: 'activity' + color: 'green' + on: push: branches: [ master ]