From d9da78673e045c1b921705a692c5116f31eea429 Mon Sep 17 00:00:00 2001 From: Bruce Berrios <58147810+Bruception@users.noreply.github.com> Date: Tue, 7 Jun 2022 17:05:36 -0400 Subject: [PATCH] Add git config (#3080) --- .github/workflows/pretty-fix.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pretty-fix.yml b/.github/workflows/pretty-fix.yml index 3d8cc37f1..1b409363f 100644 --- a/.github/workflows/pretty-fix.yml +++ b/.github/workflows/pretty-fix.yml @@ -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'