Browse Source

Update DNS.yml

pull/3507/head
I Komang Suryadana 4 years ago
committed by GitHub
parent
commit
6193be0854
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/DNS.yml

2
.github/workflows/DNS.yml

@ -37,7 +37,7 @@ jobs:
- name: "Read this: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test" - name: "Read this: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test"
run: | run: |
echo "Read this: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test" echo "Read this: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test"
if [ "${{github.repository_owner}}" != "suryadana" ]; then
if [ "${{github.repository_owner}}" != "acmesh-official" ]; then
false false
fi fi

Loading…
Cancel
Save