zola-check-manager

A Github Action allowing you to manage the zola check results in github
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.git
Log | Files | Refs | README | LICENSE

commit 577670ad64b411e3a1aa5ca602c9ada6304f935c
parent f13a61bb03ea200ee86b8277a0ac8522a559a2f4
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 12 Apr 2023 13:30:16 +0200

Add branding colors and icon to the action.yml

Diffstat:
Maction.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/action.yml b/action.yml @@ -1,6 +1,9 @@ name: "zola-check-manager" description: "An action helping to bring the zola check command results into your github workflow" author: "MTRNord" +branding: + icon: "check-circle" + color: "purple" inputs: working_directory: required: false