From d07053890850c41a683173216dee7bbb9e3d8e76 Mon Sep 17 00:00:00 2001 From: Alter-xyz <88554920+alterxyz@users.noreply.github.com> Date: Sat, 17 May 2025 20:03:50 +0800 Subject: [PATCH] Update process-mdx.yml --- .github/workflows/process-mdx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/process-mdx.yml b/.github/workflows/process-mdx.yml index 9dc195da..231b9619 100644 --- a/.github/workflows/process-mdx.yml +++ b/.github/workflows/process-mdx.yml @@ -33,8 +33,8 @@ jobs: - name: Commit changes run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" + git config --local user.email "88554920+alterxyz@users.noreply.github.com" + git config --local user.name "alterxyz" git add . git commit -m "Auto-process MDX files [skip ci]" || echo "No changes to commit" git push \ No newline at end of file