chore(deps): bump peter-evans/create-pull-request from 6 to 7
This commit is contained in:
parent
8b5af67647
commit
270ae3549d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-translations.yml
vendored
4
.github/workflows/update-translations.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue