Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Feb 2, 2025
1 parent 3708707 commit 500180c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-gitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
git ls-remote --tags origin
# git ls-remote --tags origin | awk '{ print $2 }' | sed 's/^refs\/tags\///' | xargs -I {} git push gitee {}:{}
git ls-remote --heads origin | awk '{ print $2 }' | sed 's/^refs\/heads\///' | xargs -I {} git push gitee {}:{}
git ls-remote --heads origin | awk '{ print $2 }' | sed 's/^refs\/heads\///' | xargs -I {} git push gitee {}
# git push gitee --all --force
git push -u -f gitee --all
Expand Down

0 comments on commit 500180c

Please sign in to comment.