Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin authored Feb 19, 2024
1 parent 787d51d commit cbf9933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
run: pipenv run build
- name: Commit and push if changed
run: |
git config --global user.email "360996299@qq.com"
git config --global user.name "Govin"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git diff
git add result.txt
git commit -m "Github Action Auto Updated"
Expand Down

0 comments on commit cbf9933

Please sign in to comment.