Skip to content

Commit e8b0aa5

Browse files
committed
Change committer config in Update Doc action
1 parent a56ab2f commit e8b0aa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_doc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727

2828
- name: Commit changes
2929
run: |
30-
git config --local user.email "github-actions[bot]@users.noreply.github.com"
31-
git config --local user.name "github-actions[bot]"
30+
git config --local user.email "python.docs.tr@gmail.com"
31+
git config --local user.name "python-docs-turkish"
3232
git commit -m "Get changes from CPython Doc for ${{ github.ref_name }}"
3333
3434
- name: Create Pull Request

0 commit comments

Comments
 (0)