From 39f43ac92a84bc11ed2c8f13bbb4da9c535ec443 Mon Sep 17 00:00:00 2001 From: deal Date: Sat, 25 Dec 2021 09:53:34 +0800 Subject: [PATCH] Update clang-format.yml --- .github/workflows/clang-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index e1a6bf1a84..66105abeef 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -30,8 +30,8 @@ jobs: if: ${{ github.event.inputs.commit_changes == 'true' }} uses: EndBug/add-and-commit@v7.5.0 with: - author_name: GitHub Actions - author_email: actions@github.com + committer_name: GitHub Actions + committer_email: 41898282+github-actions[bot]@users.noreply.github.com message: 'Committing clang-format changes' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}