From 6da3751a8af8df935bd342c8ba5fb16a5603caac Mon Sep 17 00:00:00 2001 From: validcube Date: Tue, 30 Jul 2024 00:17:29 +0700 Subject: [PATCH] ci: Don't include Slang's analyser generated file --- .github/workflows/sync_crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index 9b8a175f..5b921597 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -67,6 +67,6 @@ jobs: git config user.name revanced-bot git config user.email github@revanced.app sudo chown -R $USER:$USER .git - git add assets/i18n/*.json + git add assets/i18n/strings.*.json git commit -m "chore: Remove empty values from JSON" assets/i18n/*.json git push origin HEAD:feat/translations