Skip to content

Commit 13f1e80

Browse files
Update transifex-pull.yml
1 parent c9dccc8 commit 13f1e80

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/transifex-pull.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@ jobs:
3939
- name: Install Transifex CLI
4040
run: |
4141
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
42+
echo "$HOME/.local/bin" >> $GITHUB_PATH
43+
- name: Verify tx installation
44+
run: |
45+
which tx
46+
tx --version
4247
48+
4349
# ✅ Checkout YOUR repo
4450
- uses: actions/checkout@v4
4551
with:

0 commit comments

Comments
 (0)