Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5884327 commit ddeaa73Copy full SHA for ddeaa73
.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