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 c52950437e2e7b2463b971a72eafa6cb90d4b781
parent 96c6e612e154f55968a3316c191e9d578bdf6b03
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 11 Apr 2023 22:52:09 +0200

Make sure that we use the correct inputs in the tests

Diffstat:
M.github/workflows/test.yml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -1,10 +1,10 @@ -name: 'build-test' +name: "build-test" on: # rebuild any PRs and main branch changes pull_request: push: branches: - main - - 'releases/*' + - "releases/*" jobs: build: # make sure build/ci work properly @@ -21,4 +21,4 @@ jobs: - uses: actions/checkout@v3 - uses: ./ with: - milliseconds: 1000 + working_directory: ./test_page