Skip to content

Commit

Permalink
refactor(ci): 移除冗余的Git初始化步骤
Browse files Browse the repository at this point in the history
  • Loading branch information
elysia-best committed Dec 11, 2024
1 parent b54e176 commit d7c3161
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ jobs:

- name: Init Git Repo
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
git init .
git add .
git commit -m "Initial commit" || true
git config --global --add safe.directory $(realpath .)
- name: Build Debian Src Package
Expand Down

0 comments on commit d7c3161

Please sign in to comment.