From 2d1c1a720878dd1a43f5c49c292a117cf16ecac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BE=E5=87=A0=E6=B5=B7?= Date: Tue, 5 Oct 2021 15:44:20 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d660ba9..b3b2321 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,17 +26,6 @@ jobs: with: java-version: 1.8 - - name: Sync repository - uses: x-dr/sync-repo-to-gitee@v1.0 - env: - # 在 Settings->Secrets 配置 GITEE_KEY - SSH_KEY: ${{ secrets.GITEE_KEY }} - with: - # GitHub存储库的SSH URL. - github-repo: git@github.com:xiaohai2271/blog-backEnd.git - # Gitee存储库的SSH URL. - gitee-repo: git@gitee.com:xiaohai2271/blog-backEnd.git - - name: Cache local Maven repository uses: actions/cache@v2 with: