Skip to content

Commit 201655b

Browse files
committed
ci: attribute commiter for wiki changes
1 parent e34de8f commit 201655b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Update Wiki
3939
working-directory: wiki
4040
run: |
41-
git config user.name "github-actions[bot]"
41+
git config user.name "${{ github.event.head_commit.committer.name }}"
4242
git config user.email "github-actions[bot]@users.noreply.github.com"
4343
git add Proto.md
44-
git commit -m "chore: update protobuf API docs"
44+
git commit -m "${{ github.event.head_commit.message }}"
4545
git push origin HEAD:master

0 commit comments

Comments
 (0)