Skip to content

Commit 7fa54bf

Browse files
committed
Merge branch '3.11' of https://github.com/Ardasak/python-docs-tr into 3.11
2 parents 2635ff7 + 5ad218a commit 7fa54bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_changes.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- uses: actions/checkout@v3
1414

1515
- name: Install dependencies
16-
run: pip install -r requirements.txt && apt install gettext
16+
run: pip install -r requirements.txt && sudo apt install gettext
1717

1818
- name: Run merge.py
19-
run: python merge.py branch ${GITHUB_REF##*/}
19+
run: python merge.py ${GITHUB_REF##*/}
2020

2121
- name: Create Pull Request
2222
uses: peter-evans/create-pull-request@v4.2.3

0 commit comments

Comments
 (0)