diff --git a/.github/workflows/sync-mirror.yml b/.github/workflows/sync-mirror.yml index f67e425..f908f31 100644 --- a/.github/workflows/sync-mirror.yml +++ b/.github/workflows/sync-mirror.yml @@ -14,7 +14,7 @@ jobs: ssh-keyscan gitlab.bangbang93.com >> ~/.ssh/known_hosts echo "$MIRROR_SSH_KEY" > ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa - git remote add gitlab git@gitlab.bangbang93.com:bangbang93/openbmclapi.git + git remote add gitlab git@gitlab.bangbang93.com:bmclapi/openbmclapi.git git push gitlab HEAD:master --force env: MIRROR_SSH_KEY: ${{ secrets.MIRROR_SSH_KEY }}