Skip to content

Commit

Permalink
ci: Don't include Slang's analyser generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed Jul 29, 2024
1 parent cf708de commit 6da3751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
git config user.name revanced-bot
git config user.email [email protected]
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

0 comments on commit 6da3751

Please sign in to comment.