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 9b050c870fdab83347e7c3460087a5a1859338ed
parent e47de19805594bdcebadb7afd2c824c5cb3ea32c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 12 Apr 2023 01:05:22 +0200

Make check result less annoying in own CI

Diffstat:
M.github/workflows/test.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -25,3 +25,4 @@ jobs: with: working_directory: ./test_page repo-token: ${{ secrets.GITHUB_TOKEN }} + conclusion_level: neutral