fix(ci): correct Gitee sync URL to codetty/dbx

This commit is contained in:
t8y2 2026-06-18 15:12:08 +08:00
parent 78d280cec3
commit ede7d65165
1 changed files with 1 additions and 1 deletions

View File

@ -60,6 +60,6 @@ jobs:
GITEE_TOKEN: ${{ secrets.GITEE_TOKEN }}
run: |
set -euo pipefail
git remote add gitee "https://t8y2:${GITEE_TOKEN}@gitee.com/t8y2/dbx.git"
git remote add gitee "https://codetty:${GITEE_TOKEN}@gitee.com/codetty/dbx.git"
git push gitee --all --force
git push gitee --tags --force