From c99201f493d70dd9f39b2840ab09b6d7ccee6a8b Mon Sep 17 00:00:00 2001 From: bangbang93 Date: Wed, 24 Jan 2024 10:42:28 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=BB=E5=8A=A8=E6=8E=A8=E9=80=81mi?= =?UTF-8?q?rror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync-mirror.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-mirror.yml b/.github/workflows/sync-mirror.yml index 9f10f47..8028d38 100644 --- a/.github/workflows/sync-mirror.yml +++ b/.github/workflows/sync-mirror.yml @@ -14,5 +14,5 @@ jobs: ssh-keyscan gitlab.bangbang93.com >> ~/.ssh/known_hosts echo "$MIRROR_SSH_KEY" > ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa - git remote add git@gitlab gitlab.bangbang93.com:bangbang93/openbmclapi.git - git push gitlab HEAD:master + git remote add gitlab git@gitlab.bangbang93.com:bangbang93/openbmclapi.git + git push gitlab HEAD:master --force