From e0b41d93ba4aee0f0530a3107c23188a15440f36 Mon Sep 17 00:00:00 2001 From: George Wilson Date: Wed, 17 Jan 2024 19:14:30 +0000 Subject: [PATCH] Try again --- .github/workflows/create-translation-pull-request-v5.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-translation-pull-request-v5.yml b/.github/workflows/create-translation-pull-request-v5.yml index 120472f1ec5ba..8d47f6a60d7fa 100644 --- a/.github/workflows/create-translation-pull-request-v5.yml +++ b/.github/workflows/create-translation-pull-request-v5.yml @@ -36,7 +36,7 @@ jobs: git config user.email release+translation-bot@joomla.org git remote add upstream https://github.com/joomla/joomla-cms.git git fetch upstream - git checkout --progress --force -B translation refs/remotes/origin/translation + git checkout --progress --force -B translation5 refs/remotes/origin/translation5 git merge upstream/5.0-dev - name: Fetch and extract translations