Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
be7b87cd
Commit
be7b87cd
authored
Sep 28, 2020
by
neil
Browse files
fix message
parent
07979a13
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/DNS.yml
View file @
be7b87cd
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment