From 774961d6ca28e207f18caec1b79a26040b3dc394 Mon Sep 17 00:00:00 2001 From: SALTWOOD <105980161+SALTWOOD@users.noreply.github.com> Date: Sun, 11 Aug 2024 21:55:51 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=94=B9=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=9B=B4=E6=96=B0=E4=BA=8B=E4=BB=B6=E7=9A=84=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=20URL=EF=BC=8C=E4=BD=BF=E7=94=A8=20HTTPS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/saltwood-wf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/saltwood-wf.yml b/.github/workflows/saltwood-wf.yml index c27a698..2261778 100644 --- a/.github/workflows/saltwood-wf.yml +++ b/.github/workflows/saltwood-wf.yml @@ -14,7 +14,7 @@ jobs: TOKEN: ${{ secrets.SALTWOOD_SECRET }} run: | # 构建 URL - URL="http://saltwood.top:9393/93AtHome/update_files?token=$TOKEN" + URL="https://saltwood.top:9393/93AtHome/update_files?token=$TOKEN" # 使用 curl 发送 RESPONSE_CODE=$(curl -s -o /dev/null -w "%{http_code}\n" $URL)