8000 Update update_changes.yml · python/python-docs-tr@5ad218a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ad218a

Browse files
authored
Update update_changes.yml
1 parent f54c141 commit 5ad218a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
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)
0