From ce274b7510ad6bf269fca66f66241764a6b84e1d Mon Sep 17 00:00:00 2001 From: Nils Poltmann Date: Fri, 6 Feb 2026 11:16:15 +0100 Subject: [PATCH] Take the test suite from flybyray/acmetest with oathtool --- .github/workflows/DNS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DNS.yml b/.github/workflows/DNS.yml index fbe1e61f..06e68cbb 100644 --- a/.github/workflows/DNS.yml +++ b/.github/workflows/DNS.yml @@ -68,7 +68,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Clone acmetest - run: cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/ + run: cd .. && git clone --depth=1 https://github.com/flybyray/acmetest.git && cp -r acme.sh acmetest/ - name: Set env file run: | cd ../acmetest