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 4476f92 commit c2134c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +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>"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This Neovim plugin makes jumping from coding to GitHub as painless as possible.

### Prerequisites

The plugin is mostly a wrapper around the [GitHub CLI](https://cli.github.com/), `gh`, with a few direct calls to `git`. So ensure the `gh` tool is installed and can connect to your GitHub account.
The plugin is mostly a wrapper around the [GitHub CLI](https://cli.github.com/) tool, `gh`, with a few direct calls to `git`. So ensure the `gh` tool is installed and can connect to your GitHub account.

An example of how to setup `gh` for a macOS user is:

Expand Down

0 comments on commit c2134c8

Please sign in to comment.