Skip to content

Commit

Permalink
just small change
Browse files Browse the repository at this point in the history
  • Loading branch information
MhankBarBar committed Jul 8, 2023
1 parent 227b3f4 commit 56bbbd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Commit and push if changed
run: |
git diff
git config user.name "MhankBarBar"
git config user.email "[email protected]"
git config user.name "Shenhe"
git config user.email "[email protected]"
git add .
git commit -asm "Joy's Anime Game stats"
git commit -m "Joy's Anime Game stats"
git push

0 comments on commit 56bbbd9

Please sign in to comment.