Skip to content

Commit

Permalink
fix: remove --skip from tx push (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 authored Jan 28, 2025
1 parent 676e8a6 commit 5cfb7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: transifex/cli-action@v2
with:
token: ${{ secrets.TX_TOKEN }}
args: push -s --skip
args: push -s

0 comments on commit 5cfb7c1

Please sign in to comment.