From 327a590b53dd294eba551d06ef51d6070d8177e4 Mon Sep 17 00:00:00 2001 From: FoundTheWOUT Date: Wed, 11 May 2022 09:52:15 +0800 Subject: [PATCH] Update github action --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df3c823ea..ec6b79985 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,8 +43,8 @@ jobs: - name: Git commit id: commit run: | - git config --local user.email "the1812@outlook.com" - git config --local user.name "the1812" + git config --local user.email github-actions[bot]@users.noreply.github.com + git config --local user.name github-actions[bot] git config --global core.autocrlf true git config --global core.safecrlf false git commit -m "CI build" -a