From c9cf1c04fb476e41f741eeeb08a46174b672062a Mon Sep 17 00:00:00 2001 From: terwer Date: Tue, 11 Apr 2023 02:21:20 +0800 Subject: [PATCH] feat: sync zhi-blog-astro --- .github/workflows/git-sync-zhi-blog-astro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-sync-zhi-blog-astro.yml b/.github/workflows/git-sync-zhi-blog-astro.yml index 5f95d316..57bbad6e 100644 --- a/.github/workflows/git-sync-zhi-blog-astro.yml +++ b/.github/workflows/git-sync-zhi-blog-astro.yml @@ -12,7 +12,7 @@ jobs: - name: git-sync uses: wei/git-sync@v3 with: - source_repo: "terwer/zgi" + source_repo: "terwer/zhi" source_branch: "main" destination_repo: "terwer/zhi-blog-astro" destination_branch: "main"