diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 02d1350..a877bf9 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -63,10 +63,9 @@ jobs: if: steps.check_changes.outputs.changes_detected == 'true' uses: stefanzweifel/git-auto-commit-action@v4 with: + push_options: --force commit_message: | chore(locale): update translation files [skip ci] Automatically generated by Django makemessages workflow file_pattern: "app/locale/**/*.po" - commit_user_name: "GitHub Actions" - commit_user_email: "actions@github.com"