Skip to content

Commit

Permalink
Merge pull request #1206 from yql70/main
Browse files Browse the repository at this point in the history
🎨update sync.yml
  • Loading branch information
yql70 authored Dec 26, 2024
2 parents e994a4f + 25bdc38 commit f13ad27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
git remote add origin https://github.com/${GITHUB_REPOSITORY}.git
git fetch --all
for branch in `git branch -a | grep remotes | grep -v HEAD`; do
git branch --track ${branch#remotes/origin/}} $branch
git branch --track ${branch#remotes/origin/} $branch
done
env:
GITHUB_REPOSITORY: Tencent/CodeAnalysis
Expand Down

0 comments on commit f13ad27

Please sign in to comment.