Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc7bcef2

Browse files
committed
Fix condition in the merge job
Having the proper condition is important to have the translationupdate in the latest Python version (python-newest project), andthe condition wouldn't match the current repository.
1 parentbf4d9bd commitc7bcef2

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)

[8]ページ先頭

©2009-2025 Movatter.jp