From 799a3e8ca2c7aa34032d016cb23fc413ba39bc33 Mon Sep 17 00:00:00 2001 From: insolor <2442833+insolor@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:27:57 +0300 Subject: [PATCH] Ignore unexistent files --- .github/workflows/pull-app-translations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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