Skip to content

Commit

Permalink
Fix args
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher authored Jan 14, 2024
1 parent 6f89ecc commit 2de4812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tx-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- uses: actions/checkout@v4
- name: Push source file using transifex client
uses: transifex/cli-action@v2
args: pull
with:
token: ${{ secrets.TRANSIFEX_TOKEN }}
args: pull
- name: Create PR if necessary
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 2de4812

Please sign in to comment.