Skip to content

Commit

Permalink
更新 unzip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yunshuangqwq authored Jan 12, 2025
1 parent 86cd4b4 commit fad0bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unzip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name ""
git config --global user.email "79011008+yunshuangqwq@users.noreply.github.com"
git add .
git commit -m "Unzip files and push changes"
git push origin main

0 comments on commit fad0bc5

Please sign in to comment.