aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/sync_crowdin.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/sync_crowdin.yml')
-rw-r--r--.github/workflows/sync_crowdin.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml
index 9594985f..57ee33d3 100644
--- a/.github/workflows/sync_crowdin.yml
+++ b/.github/workflows/sync_crowdin.yml
@@ -27,8 +27,8 @@ jobs:
CROWDIN_PROJECT_KEY: ${{ secrets.CROWDIN_PROJECT_KEY }}
CROWDIN_PROJECT_IDENTIFIER: ${{ secrets.CROWDIN_PROJECT_IDENTIFIER }}
- - name: Compare list changes
- run: if [[ $(git diff --stat) != '' ]]; then echo "UPDATED=true" >> $GITHUB_ENV; fi
+ - name: Check if PR is required
+ run: if [[ $(git status -s) != '' ]]; then echo "UPDATED=true" >> $GITHUB_ENV; fi
- name: Create Pull Request
id: cpr