Merge pull request #9666 from nextcloud/skjnldsv-patch-2

Fix l10n workflow token and title
This commit is contained in:
John Molakvoæ
2023-03-01 11:29:41 +01:00
committed by GitHub

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