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 a05da6fc96da980fb487ef4e83cd4f18e271cad2
parent 577670ad64b411e3a1aa5ca602c9ada6304f935c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 15 Apr 2023 18:17:17 +0200

docs(README.md): Fix default value of conclusion_level

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -32,4 +32,4 @@ jobs: * `working_directory`: The folder where the `zola check` should be executed. Default: `.` * `repo-token`: The token to use to authenticate with Github. Default: `${{ secrets.GITHUB_TOKEN }}`. This requires the `checks:write` permission. -* `conclusion_level`: The conclusion level to use. Default: `failure`. Can be `action_required`, `failure`, `neutral`, `success`. Default: `action_required` +* `conclusion_level`: The conclusion level to use. Can be `action_required`, `failure`, `neutral`, `success`. Default: `action_required`