Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
ci(l10n): fix pr title for babel updates (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Sep 22, 2024
1 parent 5d9ab56 commit cae7154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/localize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
add-paths: |
locale/*.po
token: ${{ secrets.GH_BOT_TOKEN }} # must trigger PR tests
commit-message: New localization template
commit-message: "chore(l10n): new babel updates"
branch: localize/update
delete-branch: true
base: master
title: New Babel Updates
title: "chore(l10n): new babel updates"
body: |
Update report
- Updated ${{ steps.date.outputs.date }}
Expand Down

0 comments on commit cae7154

Please sign in to comment.