From 4669606ff85bc845bf38676d7c445c8aa5c4e903 Mon Sep 17 00:00:00 2001 From: Herve Tribouilloy Date: Thu, 14 May 2026 16:04:05 +0100 Subject: [PATCH] feat(setup-magento)!: change extension working dir to _ghamagento --- setup-magento/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-magento/action.yml b/setup-magento/action.yml index 250b189..23b5dcf 100644 --- a/setup-magento/action.yml +++ b/setup-magento/action.yml @@ -64,7 +64,7 @@ runs: - run: | MAGENTO_DIRECTORY="" if [ "${{ inputs.mode }}" = 'extension' ]; then - MAGENTO_DIRECTORY="../magento2" + MAGENTO_DIRECTORY="_ghamagento" else MAGENTO_DIRECTORY="${{ inputs.working-directory }}" fi