Skip to content

Commit

Permalink
Test(GitHub Action): 测试GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintimate committed Nov 14, 2023
1 parent 1f295e2 commit 34501c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirrorToGitLab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git remote add gitlab_mirror ${{ env.DEPLOY_HOST }}
- name: Commit files
run: |
git add .
git add -A
git commit -m "Sync files from Github repo"
- name: Push files
env:
Expand Down

0 comments on commit 34501c3

Please sign in to comment.