From c2134c83b74c57b3e8cde820226fac869d54b75f Mon Sep 17 00:00:00 2001 From: Wassim Metallaoui Date: Wed, 5 Jun 2024 13:57:55 -0500 Subject: [PATCH] build(docs): make github actions bot own its commits --- .github/workflows/build.yml | 5 +++-- README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0cde68d..76717b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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] " diff --git a/README.md b/README.md index be07b16..682baf7 100644 --- a/README.md +++ b/README.md @@ -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: