Skip to content

Commit

Permalink
fix: add --silent to tx command to get more information .... 🤷
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 authored and TheOneRing committed Sep 26, 2024
1 parent c68ea93 commit 00e9882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: transifex/cli-action@v2
with:
token: ${{ secrets.TX_TOKEN }}
args: push -s --skip
args: push -s --skip --silent

- name: fix-transifex-action
run: rm -rf /tmp/tx
Expand All @@ -52,7 +52,7 @@ jobs:
uses: transifex/cli-action@v2
with:
token: ${{ secrets.TX_TOKEN }}
args: pull --force --skip --all
args: pull --force --skip --all --silent

- uses: GuillaumeFalourd/git-commit-push@v1.3
with:
Expand Down

0 comments on commit 00e9882

Please sign in to comment.