From b31a529d0ab17aa72aa2b768e02de99d64d19ed6 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien <77750390+ethanaobrien@users.noreply.github.com> Date: Wed, 14 Sep 2022 17:11:49 -0500 Subject: [PATCH] Use my main email in minify script --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7f64ae7..25050cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,8 +39,8 @@ jobs: - uses: EndBug/add-and-commit@v9 with: author_name: Ethan O'Brien - author_email: emulatorjs.ethanaobrien@gmail.com + author_email: ethan.a.obrien@gmail.com committer_name: Ethan O'Brien - committer_email: 77750390+ethanaobrien@users.noreply.github.com + committer_email: ethan.a.obrien@gmail.com default_author: user_info message: 'Minify files'