From 8cafe7ed5bc04c73c1eae04f6915ae08de9416e0 Mon Sep 17 00:00:00 2001 From: Mintimate Date: Tue, 14 Nov 2023 22:01:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(Github=20Action):=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=97=A0=E6=95=88=E7=9A=84Commit=E6=9E=84=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/mirrorToGitLab.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/mirrorToGitLab.yaml b/.github/workflows/mirrorToGitLab.yaml index 980d02e..12f320e 100644 --- a/.github/workflows/mirrorToGitLab.yaml +++ b/.github/workflows/mirrorToGitLab.yaml @@ -22,10 +22,6 @@ jobs: git config --global user.name ${{ env.DEPLOY_USERNAME }} git config --global user.email ${{ env.DEPLOY_EMAIL }} git remote add gitlab_mirror ${{ env.DEPLOY_HOST }} - - name: Commit files - run: | - git add -A - git commit -m "Sync files from Github repo" - name: Push files env: ssh-key: ${{ env.SSH_KEY }}