diff --git a/.github/workflows/fetch_crowdin_translations.yml b/.github/workflows/fetch_crowdin_translations.yml index a9105f1913..d084639d56 100644 --- a/.github/workflows/fetch_crowdin_translations.yml +++ b/.github/workflows/fetch_crowdin_translations.yml @@ -47,7 +47,7 @@ jobs: run: | git config --global user.name "github-actions" git config --global user.email "github-actions@github.com" - git add -A + git add src git commit -m "Update translations from Crowdin" || echo "No changes to commit" - name: Push changes to a new branch