diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-02-20 08:12:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-20 15:12:59 +0800 |
| commit | b62c0c8d9c22ae7fc9ee200733f8312efa6dbced (patch) | |
| tree | 8d7cef5b70f6a4d1023242a5b37b4ece50837bc6 /.github/workflows | |
| parent | 8784f064f15e5ae0b6bc85c2972ec16c64656e2b (diff) | |
| download | rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.tar.gz rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.tar.bz2 rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.zip | |
docs: fix typos (#21961)
Co-authored-by: Ben Morgan <cassava@iexu.de>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/api-docs.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/vim-patches.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index fa8a7dbca0..af0397c7cb 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -44,7 +44,7 @@ jobs: sudo apt-get update sudo env DEBIAN_FRONTEND=noninteractive apt-get install -y doxygen python3 python3-msgpack - - name: Setup git config + - name: Set up git config run: | git config --global user.name 'marvim' git config --global user.email 'marvim@users.noreply.github.com' diff --git a/.github/workflows/vim-patches.yml b/.github/workflows/vim-patches.yml index 305f8019f1..60a5775497 100644 --- a/.github/workflows/vim-patches.yml +++ b/.github/workflows/vim-patches.yml @@ -34,7 +34,7 @@ jobs: mv nvim.appimage $HOME/.local/bin/nvim printf '%s\n' "$HOME/.local/bin" >> $GITHUB_PATH - - name: Setup git config + - name: Set up git config run: | git config --global user.name 'marvim' git config --global user.email 'marvim@users.noreply.github.com' |