Skip to content

Commit bf60278

Browse files
Update transifex-push.yml
1 parent fc6f568 commit bf60278

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/transifex-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
ref: ${{ matrix.version }}
3636
fetch-depth: 0
3737

38-
# Generate the mapping using your local transifex-util.py script
38+
# Generate the mapping using the script located inside .github/workflows/
3939
- name: Generate Transifex Configuration
4040
run: |
41-
chmod +x transifex-util.py
42-
./transifex-util.py recreate_tx_config --language ta --project-slug python-newest --version ${{ matrix.version }}
41+
chmod +x .github/workflows/transifex-util.py
42+
python3 .github/workflows/transifex-util.py recreate_tx_config --language ta --project-slug python-newest --version ${{ matrix.version }}
4343
env:
4444
TX_TOKEN: ${{ secrets.TX_TOKEN }}
4545

0 commit comments

Comments
 (0)