Update clang-format.yml

This commit is contained in:
deal 2021-12-25 00:35:40 +08:00 committed by GitHub
parent 7d10ec5cae
commit 268cd6fdda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}