ci: update translations.yml

[skip ci]
This commit is contained in:
Herculino Trotta
2025-03-04 03:26:45 -03:00
committed by GitHub
parent a9e7692f99
commit abb0993435

View File

@@ -27,8 +27,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
ref: ${{ github.head_ref }}
- name: Set up Python 3.11
@@ -61,7 +62,7 @@ jobs:
- name: Commit translation files
if: steps.check_changes.outputs.changes_detected == 'true'
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
push_options: --force
commit_message: |