From 7bdae48d8ec62913bfa1349beb42faccf476d1e2 Mon Sep 17 00:00:00 2001 From: Simone Corsi Date: Sat, 16 Jan 2021 12:31:17 +0100 Subject: [PATCH] chore(action.yml): updated --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index aa4d9de..5bb66a6 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,8 @@ name: 'My Awesome list' description: 'Generate awesome list from user starred repositories' -icon: align-justify -color: yellow +branding: + icon: align-justify + color: yellow inputs: github-token: description: 'Github token'