From ce7ae6a9b968cb05152aec394470d4d7937140a5 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Wed, 28 Jun 2023 20:03:21 +0800 Subject: [PATCH] fix: fix branch git hooks Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- .github/sync.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/sync.yml b/.github/sync.yml index c007cda21..6bd382027 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -15,7 +15,7 @@ OpenIMSDK/.github: OpenIMSDK/community: - source: LICENSE - dest: LICENSE + dest: LICENSE - source: script/LICENSE/ dest: scripts/LICENSE/ replace: false @@ -51,7 +51,7 @@ OpenIMSDK/OpenIM-Docs: sync.yml - source: script/githooks/ dest: scripts/githooks/ - replace: false + replace: true group: @@ -76,4 +76,7 @@ group: replace: false - source: .github/workflows/help-comment-issue.yml dest: .github/workflows/help-comment-issue.yml - replace: false \ No newline at end of file + replace: false + - source: ./script/githooks/ + dest: ./scripts/githooks/ + replace: true \ No newline at end of file