ci: Fix accident

This commit is contained in:
Pun Butrach 2024-07-30 00:22:22 +07:00 committed by GitHub
parent 6da3751a8a
commit 557ee8d472
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,5 +68,5 @@ jobs:
git config user.email github@revanced.app
sudo chown -R $USER:$USER .git
git add assets/i18n/strings.*.json
git commit -m "chore: Remove empty values from JSON" assets/i18n/*.json
git commit -m "chore: Remove empty values from JSON" assets/i18n/strings.*.json
git push origin HEAD:feat/translations