From c4bd1546c360eba9858054a7fef27cad86e789ed Mon Sep 17 00:00:00 2001 From: pierreozoux Date: Fri, 24 Jul 2020 17:50:06 +0200 Subject: [PATCH] Replaces the failing commit action with PR. --- .github/workflows/generate_catalog_templates.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate_catalog_templates.yml b/.github/workflows/generate_catalog_templates.yml index 475f29af5..0010f659c 100644 --- a/.github/workflows/generate_catalog_templates.yml +++ b/.github/workflows/generate_catalog_templates.yml @@ -14,6 +14,8 @@ jobs: docs-folder: "user_manual/" pre-build-command: pip install -r requirements.txt build-command: make gettext - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: peter-evans/create-pull-request@v3 with: - commit_message: Adds Or Updates catalog templates (POT files fetched automatically by transifex) + commit-message: Adds Or Updates catalog templates (POT files fetched automatically by transifex) + title: l10n + branch: update-l10n