From d3f46df07414867cc647137445983ddec8fa7bc5 Mon Sep 17 00:00:00 2001 From: StageGuard <1355416608@qq.com> Date: Sun, 2 May 2021 12:03:57 +0800 Subject: [PATCH] update workflow --- .github/workflows/syncToGitee.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/syncToGitee.yml b/.github/workflows/syncToGitee.yml index 526fd7a..fa91c50 100644 --- a/.github/workflows/syncToGitee.yml +++ b/.github/workflows/syncToGitee.yml @@ -24,20 +24,20 @@ jobs: author_email: 41898282+github-actions[bot]@users.noreply.github.com message: Update git tree hash push: true - - name: Sync to mirror file server - uses: sand4rt/ftp-deployer@v1.3 - if: github.actor != 'github-actions[bot]' - with: - sftp: false - host: ${{ secrets.FTP_MIRROR_DESTINATION }} - port: ${{ secrets.FTP_MIRROR_PORT }} - username: ${{ secrets.FTP_MIRROR_USERNAME }} - password: ${{ secrets.FTP_MIRROR_SECRET }} - remote_folder: ${{ secrets.FTP_MIRROR_ROOT_PATH }} - local_folder: . - cleanup: true - exclude: '[".git/**", ".github/**", "source/**", "*.md", "gitVersion"]' - pasive: false +# - name: Sync to mirror file server +# uses: sand4rt/ftp-deployer@v1.3 +# if: github.actor != 'github-actions[bot]' +# with: +# sftp: false +# host: ${{ secrets.FTP_MIRROR_DESTINATION }} +# port: ${{ secrets.FTP_MIRROR_PORT }} +# username: ${{ secrets.FTP_MIRROR_USERNAME }} +# password: ${{ secrets.FTP_MIRROR_SECRET }} +# remote_folder: ${{ secrets.FTP_MIRROR_ROOT_PATH }} +# local_folder: . +# cleanup: true +# exclude: '[".git/**", ".github/**", "source/**", "*.md", "gitVersion"]' +# pasive: false - name: Sync to Gitee repo uses: wearerequired/git-mirror-action@master if: github.actor != 'github-actions[bot]'