Skip to content

Commit

Permalink
chore: 主动推送mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Jan 24, 2024
1 parent cdf9953 commit c99201f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c99201f

Please sign in to comment.