mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-01-31 19:08:26 +08:00
Add git config (#3080)
This commit is contained in:
parent
c15d0c1572
commit
d9da78673e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pretty-fix.yml
vendored
2
.github/workflows/pretty-fix.yml
vendored
|
@ -32,6 +32,8 @@ jobs:
|
|||
|
||||
- name: Create commits
|
||||
run: |
|
||||
git config user.name 'monkeytypegeorge'
|
||||
git config user.email 'monkeytypegeorge@gmail.com'
|
||||
git add .
|
||||
git commit -m 'Prettier fix'
|
||||
|
||||
|
|
Loading…
Reference in a new issue