Skip to content

Commit c7bcef2

Browse files
committed
Fix condition in the merge job
Having the proper condition is important to have the translation update in the latest Python version (python-newest project), and the condition wouldn't match the current repository.
1 parent bf4d9bd commit c7bcef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
run: |
108108
powrap --modified -C ${{ matrix.branch }}
109109
- name: Commit and push changes
110-
if: github.repository == 'rffontenelle/python-docs-pt-br'
110+
if: github.repository == 'python/python-docs-ja'
111111
run: |
112112
cd ${{ matrix.branch }}
113113
git config user.name github-actions

0 commit comments

Comments
 (0)