From 7d9e510d28af428c8d578719eaab5d603f6ea6e5 Mon Sep 17 00:00:00 2001 From: charlestian23 Date: Fri, 29 Mar 2024 10:39:31 -0400 Subject: [PATCH] Testing to see if this works...? --- .github/workflows/java-autoformat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/java-autoformat.yml b/.github/workflows/java-autoformat.yml index 60d3f1967..2f43e129f 100644 --- a/.github/workflows/java-autoformat.yml +++ b/.github/workflows/java-autoformat.yml @@ -35,7 +35,7 @@ jobs: if: steps.git-check.outputs.modified == 'true' run: | git config --global user.name 'Charles Tian' - git config --global user.email 'charles.tian23@gmail.com' + git config --global user.email 'charlestian23@users.noreply.github.com' git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} git checkout -b auto-format-code git add .