Skip to content

Commit

Permalink
build(docs): make github actions bot own its commits
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimk committed Jun 5, 2024
1 parent 4959e75 commit 9201410
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "build(docs): auto generate vim documentation"
branch: ${{ github.head_ref }}
commit_user_name: "github-actions[bot]"
commit_user_email: "github-actions[bot]@users.noreply.github.com"
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"

0 comments on commit 9201410

Please sign in to comment.