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 81f350b commit 9ec63b9
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 @@ -51,7 +51,7 @@ jobs:
git ls-remote --tags origin
# 拉取所有分支
for b in `git branch -r | grep -v -- '->'` ; do if [ "${{ env.BRANCH_NAME }} != ${b##origin/} ] ; then git branch --track ${b##origin/} $b; fi ; done
for b in `git branch -r | grep -v -- '->'` ; do if [ "${{ env.BRANCH_NAME }}" != ${b##origin/} ] ; then git branch --track ${b##origin/} $b; fi ; done
git branch | cat
# git ls-remote --tags origin | awk '{ print $2 }' | sed 's/^refs\/tags\///' | xargs -I {} git push gitee {}:{}
Expand Down

0 comments on commit 9ec63b9

Please sign in to comment.