Fix l10n workflow token and title

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
John Molakvoæ
2023-03-01 11:27:37 +01:00
committed by GitHub
parent 604b97a664
commit 1770a85a97

View File

@@ -20,8 +20,9 @@ jobs:
- uses: peter-evans/create-pull-request@v4
id: cpr
with:
commit-message: Updates catalog templates (POT files fetched automatically by transifex)
title: l10n
token: ${{ secrets.COMMAND_BOT_PAT }}
commit-message: "chore(l10n): Updates catalog templates (POT files fetched automatically by transifex)"
title: Updates catalog templates
branch: update-l10n
signoff: true
- uses: pascalgn/automerge-action@v0.15.6