From c1116169b53b96e8645f5e511bd0a0aec473017e Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 8 Nov 2022 16:38:44 +0000 Subject: [PATCH] fix path to config --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0edba7f93..ce54f976b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -162,7 +162,7 @@ jobs: - name: "Run htmltest" uses: wjdp/htmltest-action@master with: - config: .htmltest.yml + config: .htmltest.yaml build-historical-spec: name: "📖 Build the historical backup spec"