ci(l10n): fix pr title for babel updates (#3216)
This commit is contained in:
4
.github/workflows/localize.yml
vendored
4
.github/workflows/localize.yml
vendored
@@ -82,11 +82,11 @@ jobs:
|
|||||||
add-paths: |
|
add-paths: |
|
||||||
locale/*.po
|
locale/*.po
|
||||||
token: ${{ secrets.GH_BOT_TOKEN }} # must trigger PR tests
|
token: ${{ secrets.GH_BOT_TOKEN }} # must trigger PR tests
|
||||||
commit-message: New localization template
|
commit-message: "chore(l10n): new babel updates"
|
||||||
branch: localize/update
|
branch: localize/update
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
base: master
|
base: master
|
||||||
title: New Babel Updates
|
title: "chore(l10n): new babel updates"
|
||||||
body: |
|
body: |
|
||||||
Update report
|
Update report
|
||||||
- Updated ${{ steps.date.outputs.date }}
|
- Updated ${{ steps.date.outputs.date }}
|
||||||
|
|||||||
Reference in New Issue
Block a user