Skip to content

Commit 3f1259a

Browse files
authored
Update translate.yaml
1 parent 5dcde06 commit 3f1259a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/translate.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15-
16-
- name: Clone CPython Repo
17-
run: git clone https://github.com/python/cpython venv/cpython
18-
15+
1916
- name: Set Up Python 3.12
2017
uses: actions/setup-python@v4
2118
with:
@@ -31,6 +28,7 @@ jobs:
3128
run: |
3229
git config --local user.email "python.docs.tr@gmail.com"
3330
git config --local user.name "python-docs-turkish"
31+
git add ${{ github.event.inputs.file }}
3432
git commit -m "Translate ${{ github.event.inputs.file }}"
3533
3634
- name: Create Pull Request

0 commit comments

Comments
 (0)