We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56ab2f commit e8b0aa5Copy full SHA for e8b0aa5
.github/workflows/update_doc.yml
@@ -27,8 +27,8 @@ jobs:
27
28
- name: Commit changes
29
run: |
30
- git config --local user.email "github-actions[bot]@users.noreply.github.com"
31
- git config --local user.name "github-actions[bot]"
+ git config --local user.email "python.docs.tr@gmail.com"
+ git config --local user.name "python-docs-turkish"
32
git commit -m "Get changes from CPython Doc for ${{ github.ref_name }}"
33
34
- name: Create Pull Request
0 commit comments