Skip to content

Commit f13ad27

Browse files
authored
Merge pull request #1206 from yql70/main
🎨update sync.yml
2 parents e994a4f + 25bdc38 commit f13ad27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
git remote add origin https://github.com/${GITHUB_REPOSITORY}.git
1717
git fetch --all
1818
for branch in `git branch -a | grep remotes | grep -v HEAD`; do
19-
git branch --track ${branch#remotes/origin/}} $branch
19+
git branch --track ${branch#remotes/origin/} $branch
2020
done
2121
env:
2222
GITHUB_REPOSITORY: Tencent/CodeAnalysis

0 commit comments

Comments
 (0)