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

This commit is contained in:
2026-04-28 14:56:58 +08:00
parent f1c1846f74
commit a3f1bda6ae
+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://gitea.zhengchentao.win/mirror/ezbookkeeping.git
git fetch upstream --tags
if [ -n "${{ inputs.tag }}" ]; then