diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-01-09 09:26:45 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-09 09:26:45 -0800 |
| commit | 7c00e0efbb18e8627ac59eaadf564a9f1b2bafcd (patch) | |
| tree | 3bd51ffc188db702035a3eec647fa70b3367317c /.github/workflows | |
| parent | 0c296ab22484b4c009d119908d1614a6c6d96b2c (diff) | |
| download | rneovim-7c00e0efbb18e8627ac59eaadf564a9f1b2bafcd.tar.gz rneovim-7c00e0efbb18e8627ac59eaadf564a9f1b2bafcd.tar.bz2 rneovim-7c00e0efbb18e8627ac59eaadf564a9f1b2bafcd.zip | |
docs: misc #31867
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/vim_patches.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/vim_patches.yml b/.github/workflows/vim_patches.yml index b0be01089f..5154565def 100644 --- a/.github/workflows/vim_patches.yml +++ b/.github/workflows/vim_patches.yml @@ -43,7 +43,7 @@ jobs: id: update-version run: | git checkout -b ${VERSION_BRANCH} - nvim -V1 -es -i NONE +'luafile scripts/vimpatch.lua' +q + nvim -l scripts/vimpatch.lua printf 'NEW_PATCHES=%s\n' $([ -z "$(git diff)" ]; echo $?) >> $GITHUB_OUTPUT - name: Automatic PR |