From 268cd6fddaca74fd17ab44b3c19d8f2066c76b16 Mon Sep 17 00:00:00 2001 From: deal Date: Sat, 25 Dec 2021 00:35:40 +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 29a33461b1..e1a6bf1a84 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: Clang Robot - author_email: robot@github.com + author_name: GitHub Actions + author_email: actions@github.com message: 'Committing clang-format changes' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}