]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
fix freebsd
authorneilpang <github@neilpang.com>
Sun, 21 Mar 2021 14:46:35 +0000 (22:46 +0800)
committerneilpang <github@neilpang.com>
Sun, 21 Mar 2021 14:46:35 +0000 (22:46 +0800)
.github/workflows/DNS.yml
.github/workflows/LetsEncrypt.yml

index ed0426ad7e1543b383ee8384d5aaa8353861f47a..5ff1f8abdf587c6cc6b8f4b2286de10d6dfdad37 100644 (file)
@@ -184,7 +184,7 @@ jobs:
     - uses: actions/checkout@v2\r
     - name: Clone acmetest\r
       run: cd .. && git clone https://github.com/acmesh-official/acmetest.git  && cp -r acme.sh acmetest/\r
-    - uses: vmactions/freebsd-vm@v0.1.2\r
+    - uses: vmactions/freebsd-vm@v0.1.3\r
       with:\r
         envs: 'TEST_DNS TestingDomain TEST_DNS_NO_WILDCARD TEST_DNS_SLEEP CASE TEST_LOCAL DEBUG ${{ secrets.TokenName1}} ${{ secrets.TokenName2}} ${{ secrets.TokenName3}} ${{ secrets.TokenName4}} ${{ secrets.TokenName5}}'\r
         prepare: pkg install -y socat curl\r
index 7c398c09dce023c08a475b0aaf32dea8c1b67078..7193d88de1b95af4eae2393443aaf49931e56b3f 100644 (file)
@@ -111,7 +111,7 @@ jobs:
     - uses: actions/checkout@v2\r
     - name: Clone acmetest\r
       run: cd .. && git clone https://github.com/acmesh-official/acmetest.git  && cp -r acme.sh acmetest/\r
-    - uses: vmactions/freebsd-vm@v0.1.2\r
+    - uses: vmactions/freebsd-vm@v0.1.3\r
       with:\r
         envs: 'NGROK_TOKEN TEST_LOCAL'\r
         prepare: pkg install -y socat curl\r