From b8a17d5b37c302254ed3185f799f18a3b86bbd67 Mon Sep 17 00:00:00 2001 From: "kihwan.song" Date: Thu, 18 Jun 2026 11:49:27 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8F=84=EB=A9=94=EC=9D=B8=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=20=EA=B3=B5=ED=86=B5=20=EC=8A=A4=ED=81=AC=EB=A6=BD?= =?UTF-8?q?=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- create-domain/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-domain/action.yml b/create-domain/action.yml index e669bdb..ebd9ec5 100644 --- a/create-domain/action.yml +++ b/create-domain/action.yml @@ -145,7 +145,7 @@ runs: "$(jq -nc --arg d "$DOMAIN" --arg e "$EMAIL" \ '{provider:"letsencrypt", domain_names:[$d], - meta:{letsencrypt_email:$e, letsencrypt_agree:true, dns_challenge:false}}')" \ + meta:{letsencrypt_email:$e, letsencrypt_agree:true}}')" \ | jq -r '.id') if [ -z "$CERT_ID" ] || [ "$CERT_ID" = "null" ]; then