CI (automated crowding synchronization): fix commiting additional log file

This commit is contained in:
opgl
2025-10-18 20:27:33 +02:00
committed by Chris Hennes
parent dbd6e98fed
commit 417c3a5f3b

View File

@@ -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