Rename `.htmltest.yaml` to `.htmltest.yml` (#1985)

* 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>

* Add changelog

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>

---------

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
pull/1977/head^2
Kévin Commaille 3 weeks ago committed by GitHub
parent 285cd2bda2
commit b1ebbb9a1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1 @@
Rename `.htmltest.yaml` to `.htmltest.yml`.
Loading…
Cancel
Save