From 759df5be73992e8b33919535ebadaa0dca003741 Mon Sep 17 00:00:00 2001 From: Zhengchen Tao Date: Tue, 28 Apr 2026 14:57:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/sync-upst?= =?UTF-8?q?ream.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/sync-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/sync-upstream.yml b/.gitea/workflows/sync-upstream.yml index 206af7da..4b7a0ac7 100644 --- a/.gitea/workflows/sync-upstream.yml +++ b/.gitea/workflows/sync-upstream.yml @@ -21,7 +21,7 @@ jobs: run: | git config user.name "gitea-actions" git config user.email "actions@gitea.local" - git remote add upstream https://gitea.zhengchentao.win/mirror/ezbookkeeping.git + git remote add upstream https://git.zhengchentao.win/mirror/ezbookkeeping.git git fetch upstream --tags if [ -n "${{ inputs.tag }}" ]; then