Skip to content

Commit

Permalink
Update translate.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
egeakman authored Sep 22, 2023
1 parent 5dcde06 commit 3f1259a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/translate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Clone CPython Repo
run: git clone https://github.com/python/cpython venv/cpython


- name: Set Up Python 3.12
uses: actions/setup-python@v4
with:
Expand All @@ -31,6 +28,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "python-docs-turkish"
git add ${{ github.event.inputs.file }}
git commit -m "Translate ${{ github.event.inputs.file }}"
- name: Create Pull Request
Expand Down

0 comments on commit 3f1259a

Please sign in to comment.