Skip to content

Commit

Permalink
Update update-mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jianchang authored Jul 22, 2024
1 parent e9c849f commit dd30f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
echo "${{ env.SSH_KEY}}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan gitee.com >> ~/.ssh/known_hosts
git remote add gitee [email protected]:deepflowce/${{ env.REPO_NAME }}.git
git remote add gitee [email protected]:deepflowio/${{ env.REPO_NAME }}.git
git push --no-verify --all gitee -u -f
git push -u gitee --tags -f
git push -u gitee --tags -f

0 comments on commit dd30f8a

Please sign in to comment.