Skip to content

Commit dd313a1

Browse files
committed
fix(ci): vimdoc update to create a pull request instead of commit
1 parent d07e02c commit dd313a1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jobs:
1616
version: "Neovim >= 0.8.0"
1717
demojify: true
1818
treesitter: true
19-
- name: Push changes
20-
uses: stefanzweifel/git-auto-commit-action@v4
19+
20+
- name: Create Pull Request
21+
uses: peter-evans/create-pull-request@v5
2122
with:
22-
commit_message: "auto-generate vimdoc"
23-
commit_user_name: "github-actions[bot]"
24-
commit_user_email: "github-actions[bot]@users.noreply.github.com"
25-
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
23+
commit-message: "chore(doc): auto-generate vimdoc"

0 commit comments

Comments
 (0)