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 cf034caf26f61a6c2076ae7a7496a9865491eee2
parent a26c25a46582735f9867aaea6a65f4ea348228cd
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 11 Apr 2023 23:12:17 +0200

Fix typo in action.yml description

Diffstat:
Maction.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action.yml b/action.yml @@ -16,7 +16,7 @@ inputs: default: "warning" repo-token: required: true - description: "The github token to use. Usually this is `{{ secrets.GITHUB_TOKEN }}`" + description: "The github token to use. Usually this is `${{ secrets.GITHUB_TOKEN }}`" runs: using: "node16" main: "dist/index.js"