From 10852ef5db37cec5287383cd4447f26193839fc5 Mon Sep 17 00:00:00 2001 From: Alexis Guyomar Date: Fri, 12 Jul 2024 11:30:44 +0200 Subject: [PATCH] feat: update files to test CI --- .github/workflows/extract-translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/extract-translations.yml b/.github/workflows/extract-translations.yml index 9a808299d..15be24334 100644 --- a/.github/workflows/extract-translations.yml +++ b/.github/workflows/extract-translations.yml @@ -43,6 +43,6 @@ jobs: fi rmdir catalog/autoupgrade/translations/en-US cd "$TOOL_DIR" - php bin/console prestashop:translation:push-on-git "$GIT_REPO" "$MODULE_NAME" "$WORKDIR" $BRANCH -v --push-on-branch $TRANSLATION_BRANCH + php bin/console prestashop:translation:push-on-git "$REPOSITORY_NAME" "$REPOSITORY_NAME" "$WORKDIR" $BRANCH --push-on-branch $TRANSLATION_BRANCH -v env: APP_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}