Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 600c6dd

Browse files
committed
ci: use bot account name
1 parent 33b8157 commit 600c6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if ! git diff --exit-code --name-only; then
4242
echo "machine github.com login accesskey password ${{ secrets.GITHUB_TOKEN }}" > ~/.netrc
4343
git config --global user.email "[email protected]"
44-
git config --global user.name "GitHub Actions"
44+
git config --global user.name "github-actions[bot]"
4545
git add -A
4646
git commit -m "style: ensure source code is properly formatted"
4747
git push origin HEAD:${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)