diff --git a/.github/workflows/pull-app-translations.yml b/.github/workflows/pull-app-translations.yml index a77b555..2de54e6 100644 --- a/.github/workflows/pull-app-translations.yml +++ b/.github/workflows/pull-app-translations.yml @@ -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