From 082a31c43d75c8da5c9998f95a0d095e75b94925 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 14 Sep 2020 10:59:15 +0800 Subject: [PATCH] Update DNS.yml --- .github/workflows/DNS.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/DNS.yml b/.github/workflows/DNS.yml index ae71d594..0e3e9aad 100644 --- a/.github/workflows/DNS.yml +++ b/.github/workflows/DNS.yml @@ -150,7 +150,7 @@ jobs: - name: Clone acmetest run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/ - name: Run acmetest - shell: cmd + shell: bash run: | if [ "${{ secrets.TokenName1}}" ] ; then set ${{ secrets.TokenName1}}=${{ secrets.TokenValue1}} @@ -168,6 +168,6 @@ jobs: set ${{ secrets.TokenName5}}=${{ secrets.TokenValue5}} fi cd ../acmetest - bash.exe -c ./letest.sh + ./letest.sh