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 }}