Skip to content

Commit

Permalink
fix(Github Action): 删除无效的Commit构造
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintimate committed Nov 14, 2023
1 parent 34501c3 commit 8cafe7e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/mirrorToGitLab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8cafe7e

Please sign in to comment.