Skip to content

Commit

Permalink
Revert 1 commits
Browse files Browse the repository at this point in the history
22d6c06 'ci: replace user by committer in git config'�
  • Loading branch information
zjp-CN committed Nov 7, 2024
1 parent 22d6c06 commit d9bfe32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
env:
PLUGIN_PATH: plugin/cargo
run: |
git config --global committer.name "zjp-CN[bot]"
git config --global committer.email "zjp-CN[bot]@users.noreply.github.com"
git config --global user.name "zjp-CN[bot]"
git config --global user.email "zjp-CN[bot]@users.noreply.github.com"
echo "正在 clone os-checker/database"
git clone https://x-access-token:${{ env.ACCESS_TOKEN }}@github.com/os-checker/database.git
Expand Down

0 comments on commit d9bfe32

Please sign in to comment.