There was an error while loading. Please reload this page.
1 parent fc6f568 commit bf60278Copy full SHA for bf60278
1 file changed
.github/workflows/transifex-push.yml
@@ -35,11 +35,11 @@ jobs:
35
ref: ${{ matrix.version }}
36
fetch-depth: 0
37
38
- # Generate the mapping using your local transifex-util.py script
+ # Generate the mapping using the script located inside .github/workflows/
39
- name: Generate Transifex Configuration
40
run: |
41
- chmod +x transifex-util.py
42
- ./transifex-util.py recreate_tx_config --language ta --project-slug python-newest --version ${{ matrix.version }}
+ chmod +x .github/workflows/transifex-util.py
+ python3 .github/workflows/transifex-util.py recreate_tx_config --language ta --project-slug python-newest --version ${{ matrix.version }}
43
env:
44
TX_TOKEN: ${{ secrets.TX_TOKEN }}
45
0 commit comments