diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 1781899521..195a91b265 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -110,4 +110,4 @@ jobs: git add $(cat files.txt) git commit -m "Format Crowdin translation exports" - git push \ No newline at end of file + git push origin HEAD:${{ github.event.pull_request.head.ref }} \ No newline at end of file diff --git a/crowdin.yml b/crowdin.yml index 41c4c174e0..b7db504025 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -3,6 +3,8 @@ pull_request_labels: - translations pull_request_assignees: - xNickyDev +commit_message: "New translations %original_file_name% (%language%)" +append_commit_message: false files: - source: /metadata/translations/en.json translation: /metadata/translations/%locale%.json