diff options
-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 711ddae815..f4251336c7 100644 --- a/.github/workflows/vim_patches.yml +++ b/.github/workflows/vim_patches.yml @@ -50,6 +50,6 @@ jobs: if: ${{ steps.update-version.outputs.NEW_PATCHES != 0 }} run: | git add -u - git commit -m 'version.c: update [skip ci]' + git commit -m 'docs: update version.c [skip ci]' git push --force https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY} ${VERSION_BRANCH} gh pr create --draft --fill --label vim-patch --base ${GITHUB_REF#refs/heads/} --head ${VERSION_BRANCH} || true |