Skip to content

Commit

Permalink
Ignore unexistent files
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Mar 4, 2024
1 parent ec374dc commit 799a3e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-app-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
run: |
./tx pull --all --use-git-timestamps --minimum-perc 100
rm ./locale/zh-*.json
rm ./locale/ja.json
rm -f ./locale/zh-*.json
rm -f ./locale/ja.json
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 799a3e8

Please sign in to comment.