diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 827c09d..b82b9ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,3 +25,6 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: "chore(build): auto-generate vimdoc" + commit_user_name: "github-actions[bot]" + commit_user_email: "github-actions[bot]@users.noreply.github.com" + commit_author: "github-actions[bot] "