diff --git a/.github/sync_docs.yml b/.github/sync_docs.yml index 85c8b1a4f..e337ddc4e 100644 --- a/.github/sync_docs.yml +++ b/.github/sync_docs.yml @@ -1,7 +1,7 @@ # https://github.com/BetaHuhn/repo-file-sync-action OpenIMSDK/openim-sdk-core: - source: LICENSE - dest: LICENSE + dest: LICENSE - source: .gitingore dest: .gitingore - source: .golangci.yml @@ -12,14 +12,14 @@ OpenIMSDK/openim-sdk-core: exclude: | e2e-test.yml -group: - repos: | - OpenIMSDK/OpenIM-Docs - OpenIMSDK/community - files: - - source: .gitingore - dest: .gitingore - - source: LICENSE - dest: LICENSE - - source: .github/sync_docs.yml - dest: .github/sync_docs.yml \ No newline at end of file +# group: +# repos: | +# OpenIMSDK/OpenIM-Docs +# OpenIMSDK/community +# files: +# - source: .gitingore +# dest: .gitingore +# - source: LICENSE +# dest: LICENSE +# - source: .github/sync_docs.yml +# dest: .github/sync_docs.yml \ No newline at end of file