From 8407c542c0e369c49fcb294cfb97fdce1c9f7770 Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Wed, 11 Mar 2020 00:27:04 +0900 Subject: [PATCH] Add missing branding section --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 852a6ea..6c54928 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,8 @@ name: 'Linguist Action' description: 'This action detects language type for a file, or, given a repository, determine language breakdown in JSON format.' -icon: list -color: gray-dark +branding: + icon: list + color: gray-dark inputs: path: description: 'Path to the repository'