Skip to content

Commit 2045076

Browse files
committed
Update github workflow panvimdocs
1 parent 4c7919f commit 2045076

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/docs.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1+
name: panvimdocs
2+
13
on:
24
push:
35
branches:
46
- main
5-
name: docs
7+
8+
permissions:
9+
contents: write
610

711
jobs:
812
docs:
913
runs-on: ubuntu-latest
14+
name: pandoc to vimdoc
1015
steps:
1116
- uses: actions/checkout@v3
1217
- name: panvimdoc
@@ -20,6 +25,4 @@ jobs:
2025
uses: stefanzweifel/git-auto-commit-action@v4
2126
with:
2227
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>"
28+
branch: ${{ github.head_ref }}

0 commit comments

Comments
 (0)