We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34de8f commit 201655bCopy full SHA for 201655b
1 file changed
.github/workflows/build.yml
@@ -38,8 +38,8 @@ jobs:
38
- name: Update Wiki
39
working-directory: wiki
40
run: |
41
- git config user.name "github-actions[bot]"
+ git config user.name "${{ github.event.head_commit.committer.name }}"
42
git config user.email "github-actions[bot]@users.noreply.github.com"
43
git add Proto.md
44
- git commit -m "chore: update protobuf API docs"
+ git commit -m "${{ github.event.head_commit.message }}"
45
git push origin HEAD:master
0 commit comments