File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
33
33
ref : ${{ matrix.version }}
34
34
fetch-depth : 0
35
35
- run : curl https://raw.githubusercontent.com/python-docs-translations/transifex-automation/master/sample-workflows/transifex-util.py
36
- - run : ./manage_translation.py recreate_tx_config --language XX --project-slug python-newest --version 3.13
36
+ - run : ./manage_translation.py recreate_tx_config --language XX --project-slug python-newest --version 3.14
37
37
env :
38
38
TX_TOKEN : ${{ secrets.TX_TOKEN }}
39
39
- run : ./manage_translation.py fetch --language XX --project-slug python-newest --version 3.13
40
40
env :
41
41
TX_TOKEN : ${{ secrets.TX_TOKEN }}
42
- - run : ./manage_translation.py delete_obsolete_files --language XX --project-slug python-newest --version 3.13
42
+ - run : ./manage_translation.py delete_obsolete_files --language XX --project-slug python-newest --version 3.14
43
43
- name : Set up Git
44
44
run : |
45
45
git config --local user.email [email protected]
58
58
if : env.SIGNIFICANT_CHANGES
59
59
with :
60
60
branch : ${{ matrix.version }}
61
- github_token : ${{ secrets.GITHUB_TOKEN }}
61
+ github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments