From a9e7692f99b155a043d75050c7cbc431e6c3af04 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Tue, 4 Mar 2025 03:22:06 -0300 Subject: [PATCH] ci: update translations.yml [skip ci] --- .github/workflows/translations.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"