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