From 57141e74fa8a924c536e424b3838fd8afb475955 Mon Sep 17 00:00:00 2001 From: adminroot Date: Thu, 11 Sep 2025 23:19:15 -0700 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/update-ru?= =?UTF-8?q?les.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/update-rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/update-rules.yml b/.gitea/workflows/update-rules.yml index e1adc25..50499c3 100644 --- a/.gitea/workflows/update-rules.yml +++ b/.gitea/workflows/update-rules.yml @@ -13,7 +13,7 @@ jobs: # 不使用 actions/checkout,直接手动克隆 - name: Manual Clone Repository run: | - git clone https://${{ secrets.GITHUB_TOKEN }}@${GITHUB_SERVER_URL#https://}/${{ github.repository }}.git . + git clone https://${{ secrets.GITHUB_TOKEN }}@${GITHUB_SERVER_URL#}/${{ github.repository }}.git . git config user.name "Bot" git config user.email "bot@example.com"