ci(translations): drop force push to protected main

Branch protection rejects force pushes to main (GH006), so the
translation commit never landed. The push is a fast-forward anyway.
This commit is contained in:
Herculino Trotta
2026-09-06 16:53:57 -03:00
parent f280fcb172
commit d500bef481
-1
View File
@@ -65,7 +65,6 @@ jobs:
if: steps.check_changes.outputs.changes_detected == 'true' if: steps.check_changes.outputs.changes_detected == 'true'
uses: stefanzweifel/git-auto-commit-action@v5 uses: stefanzweifel/git-auto-commit-action@v5
with: with:
push_options: --force
commit_message: | commit_message: |
chore(locale): update translation files chore(locale): update translation files