aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/vim-patches.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/vim-patches.yml')
-rw-r--r--.github/workflows/vim-patches.yml2
1 files changed, 1 insertions, 1 deletions
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'