mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-15 10:42:48 +00:00
Triggering another action pipeline
This commit is contained in:
parent
90e9d8ff52
commit
5bb09f469f
@ -80,7 +80,7 @@ dns_efficientip_add() {
|
|||||||
export _H3="X-SDS-TS: ${TS}"
|
export _H3="X-SDS-TS: ${TS}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${GITHUB_ACTIONS+1}" ]; then
|
if [ -n "${TEST_DNS+1}" ]; then
|
||||||
result="$(printf "[{\"ret_oid\": \"%d\"}]" "42")"
|
result="$(printf "[{\"ret_oid\": \"%d\"}]" "42")"
|
||||||
else
|
else
|
||||||
result="$(_post "" "${baseurlnObject}" "" "POST")"
|
result="$(_post "" "${baseurlnObject}" "" "POST")"
|
||||||
@ -131,7 +131,7 @@ dns_efficientip_rm() {
|
|||||||
export _H3="X-SDS-TS: $TS"
|
export _H3="X-SDS-TS: $TS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${GITHUB_ACTIONS+1}" ]; then
|
if [ -n "${TEST_DNS+1}" ]; then
|
||||||
result="$(printf "[{\"ret_oid\": \"%d\"}]" "42")"
|
result="$(printf "[{\"ret_oid\": \"%d\"}]" "42")"
|
||||||
else
|
else
|
||||||
result="$(_post "" "${baseurlnObject}" "" "DELETE")"
|
result="$(_post "" "${baseurlnObject}" "" "DELETE")"
|
||||||
@ -145,4 +145,4 @@ dns_efficientip_rm() {
|
|||||||
_err "${result}"
|
_err "${result}"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user