From 25bdc383db9c7516cd83a1dff5747d1b44666db5 Mon Sep 17 00:00:00 2001 From: Kylin Date: Thu, 26 Dec 2024 15:57:39 +0800 Subject: [PATCH] :art:update sync.yml --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 728e173f5..321f5065b 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -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