Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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.
  • Loading branch information
rffontenelle committed Oct 19, 2022
commit c7bcef2edde87e6ead8e189a56b73a8d1653d5bb
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: |
powrap --modified -C ${{ matrix.branch }}
- name: Commit and push changes
if: github.repository == 'rffontenelle/python-docs-pt-br'
if: github.repository == 'python/python-docs-ja'
run: |
cd ${{ matrix.branch }}
git config user.name github-actions
Expand Down