From 96edab15444be1c445f20b00f2980738fb9967a8 Mon Sep 17 00:00:00 2001 From: tjtharrison Date: Tue, 7 Feb 2023 23:20:54 +0000 Subject: [PATCH] Added branding --- action.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index c885683..41fee7f 100644 --- a/action.yaml +++ b/action.yaml @@ -1,7 +1,8 @@ name: "github-actions-docs" description: "Generate GitHub action docs for action" -color: "green" -icon: "book-open" +branding: + color: "green" + icon: "book-open" inputs: ACTION_FILE_NAME: description: "The name of the file to be processed"