Browse Source

attempt to use custom fork of acmetest

pull/5110/head
zak905 6 months ago
parent
commit
d8525493a1
  1. 2
      .github/workflows/DNS.yml

2
.github/workflows/DNS.yml

@ -67,7 +67,7 @@ jobs:
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/
run: cd .. && git clone --depth=1 -b randomize_record_content_letest https://github.com/zak905/acmetest.git && cp -r acme.sh acmetest/
- name: Set env file
run: |
cd ../acmetest

Loading…
Cancel
Save