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
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Sep 22, 2024
1 parent ec00a04 commit 33e50cf
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 @@ -63,11 +63,11 @@ jobs:
add-paths: |
Contents/Strings/*.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 33e50cf

Please sign in to comment.