mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-25 22:51:39 +00:00
fix message
This commit is contained in:
parent
07979a13fb
commit
be7b87cda3
8
.github/workflows/DNS.yml
vendored
8
.github/workflows/DNS.yml
vendored
@ -36,10 +36,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- 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 "Plese see this page to fix the error: 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"
|
||||||
- name: Fail
|
if [ "${{github.actor}}" != "Neilpang" ]; then
|
||||||
if: "github.actor != 'Neilpang'"
|
false
|
||||||
run: false
|
fi
|
||||||
|
|
||||||
Docker:
|
Docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user