]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
fix message
authorneil <win10@neilpang.com>
Mon, 28 Sep 2020 13:50:20 +0000 (21:50 +0800)
committerEd Lynes <elynes@akamai.com>
Tue, 27 Oct 2020 17:39:10 +0000 (13:39 -0400)
.github/workflows/DNS.yml

index fd9a98b3ff975fa1ad5d1ab79931dea457f5dd58..191ae8c91d790fffa0f0042e621bde3f175f164c 100644 (file)
@@ -36,10 +36,10 @@ jobs:
     steps:\r
     - name: "Read this:   https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test"\r
       run: |\r
-        echo "Plese see this page to fix the error: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test"\r
-    - name: Fail\r
-      if: "github.actor != 'Neilpang'"\r
-      run: false\r
+        echo "Read this:   https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test"\r
+        if [ "${{github.actor}}" != "Neilpang" ]; then\r
+          false\r
+        fi\r
 \r
   Docker:\r
     runs-on: ubuntu-latest\r