We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e994a4f + 25bdc38 commit f13ad27Copy full SHA for f13ad27
.github/workflows/sync.yml
@@ -16,7 +16,7 @@ jobs:
16
git remote add origin https://github.com/${GITHUB_REPOSITORY}.git
17
git fetch --all
18
for branch in `git branch -a | grep remotes | grep -v HEAD`; do
19
- git branch --track ${branch#remotes/origin/}} $branch
+ git branch --track ${branch#remotes/origin/} $branch
20
done
21
env:
22
GITHUB_REPOSITORY: Tencent/CodeAnalysis
0 commit comments