mirror of https://github.com/folke/lazy.nvim.git
ci: update auto commit action
This commit is contained in:
parent
8804b38dc2
commit
20b89c311b
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: Generate docs
|
- name: Generate docs
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: "chore(build): auto-generate docs"
|
commit_message: "chore(build): auto-generate docs"
|
||||||
commit_user_name: "github-actions[bot]"
|
commit_user_name: "github-actions[bot]"
|
||||||
|
|
Loading…
Reference in New Issue