From 8b47eb4f35c0b93b013c7af0e1104fe9be1508e3 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 24 Dec 2023 10:15:53 +0100 Subject: [PATCH] fix --- .github/workflows/ZeroSSL.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ZeroSSL.yml b/.github/workflows/ZeroSSL.yml index 4e0e510ae..9d7912ba5 100644 --- a/.github/workflows/ZeroSSL.yml +++ b/.github/workflows/ZeroSSL.yml @@ -35,8 +35,6 @@ jobs: TEST_PREFERRED_CHAIN: "" steps: - uses: actions/checkout@v4 - - name: Clone acmetest - run: cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/ - name: Run Test run: | sudo apt-get update && apt-get install -y curl socat; && \