fix message

This commit is contained in:
neil 2020-09-28 21:50:20 +08:00 committed by Ed Lynes
parent 27ec69fb97
commit 7616e94fd3
1 changed files with 4 additions and 4 deletions

View File

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