Browse Source

report false

pull/3879/head
neil 3 years ago
parent
commit
75ae57e194
  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"
run: |
echo "Read this: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test"
if [ "${{github.actor}}" != "Neilpang" ]; then
if [ "${{github.repository_owner}}" != "acmesh-official" ]; then
false
fi

Loading…
Cancel
Save