fix(ci): correct Gitee sync URL to codetty/dbx
This commit is contained in:
parent
78d280cec3
commit
ede7d65165
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue