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
51d4d145
Commit
51d4d145
authored
Aug 03, 2022
by
neil
Browse files
use ${{ secrets.DEBUG }}
https://github.com/acmesh-official/acme.sh/issues/4215
parent
8a1f038a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/DNS.yml
View file @
51d4d145
...
...
@@ -53,7 +53,7 @@ jobs:
TEST_DNS_SLEEP
:
${{ secrets.TEST_DNS_SLEEP }}
CASE
:
le_test_dnsapi
TEST_LOCAL
:
1
DEBUG
:
1
DEBUG
:
${{ secrets.DEBUG }}
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Clone acmetest
...
...
@@ -92,7 +92,7 @@ jobs:
TEST_DNS_SLEEP
:
${{ secrets.TEST_DNS_SLEEP }}
CASE
:
le_test_dnsapi
TEST_LOCAL
:
1
DEBUG
:
1
DEBUG
:
${{ secrets.DEBUG }}
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Install tools
...
...
@@ -130,7 +130,7 @@ jobs:
TEST_DNS_SLEEP
:
${{ secrets.TEST_DNS_SLEEP }}
CASE
:
le_test_dnsapi
TEST_LOCAL
:
1
DEBUG
:
1
DEBUG
:
${{ secrets.DEBUG }}
steps
:
-
name
:
Set git to use LF
run
:
|
...
...
@@ -183,7 +183,7 @@ jobs:
TEST_DNS_SLEEP
:
${{ secrets.TEST_DNS_SLEEP }}
CASE
:
le_test_dnsapi
TEST_LOCAL
:
1
DEBUG
:
1
DEBUG
:
${{ secrets.DEBUG }}
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Clone acmetest
...
...
@@ -223,7 +223,7 @@ jobs:
TEST_DNS_SLEEP
:
${{ secrets.TEST_DNS_SLEEP }}
CASE
:
le_test_dnsapi
TEST_LOCAL
:
1
DEBUG
:
1
DEBUG
:
${{ secrets.DEBUG }}
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Clone acmetest
...
...
@@ -265,7 +265,7 @@ jobs:
TEST_DNS_SLEEP
:
${{ secrets.TEST_DNS_SLEEP }}
CASE
:
le_test_dnsapi
TEST_LOCAL
:
1
DEBUG
:
1
DEBUG
:
${{ secrets.DEBUG }}
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Clone acmetest
...
...
@@ -305,7 +305,7 @@ jobs:
TEST_DNS_SLEEP
:
${{ secrets.TEST_DNS_SLEEP }}
CASE
:
le_test_dnsapi
TEST_LOCAL
:
1
DEBUG
:
1
DEBUG
:
${{ secrets.DEBUG }}
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Clone acmetest
...
...
@@ -347,7 +347,7 @@ jobs:
TEST_DNS_SLEEP
:
${{ secrets.TEST_DNS_SLEEP }}
CASE
:
le_test_dnsapi
TEST_LOCAL
:
1
DEBUG
:
1
DEBUG
:
${{ secrets.DEBUG }}
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Clone acmetest
...
...
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