From 053b314ec4aff309d33cc9c0300fe5f1a7f98f8e Mon Sep 17 00:00:00 2001 From: qinmingyuan Date: Mon, 11 Dec 2023 18:16:53 +0800 Subject: [PATCH] for test --- git.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.yml b/git.yml index ad6ccd34..f1c6564a 100644 --- a/git.yml +++ b/git.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - repository: git@github.com:work-design/engine.git + repository: work-design/engine submodules: true token: ${{ github.token }} - name: Git Pull