Rename .htmltest.yaml to .htmltest.yml

This is almost nothing but htmltest expects this exact name by default, so when running the
binary locally, it avoids to have to bother with providing the name of the config file.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2024-10-24 17:05:00 +02:00
parent 285cd2bda2
commit 40d0f713c9
No known key found for this signature in database
GPG key ID: 0C971D9DBC9D678D
2 changed files with 1 additions and 1 deletions

View file

@ -255,7 +255,7 @@ jobs:
- name: "Run htmltest" - name: "Run htmltest"
uses: wjdp/htmltest-action@master uses: wjdp/htmltest-action@master
with: with:
config: .htmltest.yaml config: .htmltest.yml
build-historical-spec: build-historical-spec:
name: "📖 Build the historical backup spec" name: "📖 Build the historical backup spec"