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