chore: Don't include last changed in vimdoc

This commit is contained in:
~hedy
2024-08-26 09:48:36 +08:00
parent 02a18194b3
commit e2fc8d8e10
2 changed files with 3 additions and 1 deletions

View File

@@ -16,6 +16,8 @@ jobs:
with:
vimdoc: outline
version: "NVIM v0.7.0"
- name: Strip last change date
run: sed -E '1s_\s+Last.*__' -i doc/outline.txt
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(vimdoc): Auto update"