diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 273d0acbd..2f91b108a 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -20,9 +20,9 @@ jobs: git status --porcelain git diff - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.PAT }} - commit-message: Update translations + commit-message: "fix(ui): update translations from POEditor" title: "fix(ui): update translations from POEditor" branch: update-translations