| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,10 +12,7 @@ jobs: | |||
| 12 | 12 | ||
| 13 | 13 | steps: | |
| 14 | 14 | - uses: actions/checkout@v4 | |
| 15 | - | ||
| 16 | - - name: Clone CPython Repo | ||
| 17 | - run: git clone https://github.com/python/cpython venv/cpython | ||
| 18 | - | ||
| 15 | + | ||
| 19 | 16 | - name: Set Up Python 3.12 | |
| 20 | 17 | uses: actions/setup-python@v4 | |
| 21 | 18 | with: | |
@@ -31,6 +28,7 @@ jobs: | |||
| 31 | 28 | run: | | |
| 32 | 29 | git config --local user.email "python.docs.tr@gmail.com" | |
| 33 | 30 | git config --local user.name "python-docs-turkish" | |
| 31 | + git add ${{ github.event.inputs.file }} | ||
| 34 | 32 | git commit -m "Translate ${{ github.event.inputs.file }}" | |
| 35 | 33 | ||
| 36 | 34 | - name: Create Pull Request | |
| Back | FazBrowse Home | New Git URL |
0 commit comments