Browse Source
Task/rename branch and title in extract locales GitHub action (#6142)
* Rename branch and title
pull/6143/head
Thomas Kaul
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/workflows/extract-locales.yml
|
|
|
@ -33,8 +33,8 @@ jobs: |
|
|
|
uses: peter-evans/create-pull-request@v7 |
|
|
|
with: |
|
|
|
author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>' |
|
|
|
branch: 'feature/update-locales' |
|
|
|
branch: 'task/update-locales' |
|
|
|
commit-message: 'Update locales' |
|
|
|
delete-branch: true |
|
|
|
title: 'Feature/update locales' |
|
|
|
title: 'Task/update locales' |
|
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|