diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 933d9686f..6abdf2485 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -61,7 +61,7 @@ jobs: if ! git diff --cached --quiet; then git commit -m "Automatic translations update" - git push + git push origin HEAD:master fi - name: Commit and push the changes to ASF