From 6f7e10b81a181694ff7494f2b7cf5b4d7a47c8ae Mon Sep 17 00:00:00 2001 From: Perfect Makanju Date: Tue, 9 Mar 2021 20:33:46 +0100 Subject: [PATCH] Add action branding --- action.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 1da4b59..f590530 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,9 @@ -name: 'Fleek Site Depoly Action' -description: 'Deploy Fleek ' +name: 'Fleek Deploy Action' +description: 'Deploy Fleek Sites in Github actions' +author: 'Fleek Labs' +branding: + icon: circle + color: gray-dark inputs: apiKey: description: 'Fleek Scoped Api Key'