更新 .gitea/workflows/sync-upstream.yml

This commit is contained in:
2026-04-28 14:57:29 +08:00
parent a3f1bda6ae
commit 759df5be73
+1 -1
View File
@@ -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