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 5dcde06 commit 3f1259aCopy full SHA for 3f1259a
.github/workflows/translate.yaml
@@ -12,10 +12,7 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v4
15
-
16
- - name: Clone CPython Repo
17
- run: git clone https://github.com/python/cpython venv/cpython
18
+
19
- name: Set Up Python 3.12
20
uses: actions/setup-python@v4
21
with:
@@ -31,6 +28,7 @@ jobs:
31
28
run: |
32
29
git config --local user.email "[email protected]"
33
30
git config --local user.name "python-docs-turkish"
+ git add ${{ github.event.inputs.file }}
34
git commit -m "Translate ${{ github.event.inputs.file }}"
35
36
- name: Create Pull Request
0 commit comments