From 619c451a5f80029a43d13170342e8962b81d0f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 2 Aug 2024 09:29:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=93=E5=BA=93=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/split.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/split.yml b/.github/workflows/split.yml index a5583f75b..4431a9e12 100644 --- a/.github/workflows/split.yml +++ b/.github/workflows/split.yml @@ -4,7 +4,7 @@ on: [ workflow_dispatch ] jobs: split: - if: github.repository == 'zoujingli/think-admin-developer' + if: github.repository == 'zoujingli/ThinkAdminDeveloper' runs-on: ubuntu-latest env: SSH_PRIVATE_KEY: ${{ secrets.SPLIT_PRIVATE_KEY }}