From c53607cca85b77c08a9ae826e5f1365f2b7b9ace Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Sat, 9 May 2026 13:25:55 -0400 Subject: [PATCH] feat(setup-magento): mkdir app/etc in extension mode (#246) This prevents the magento/composer-plugin from crashing when doing caching for setup-magento in extension mode. --- setup-magento/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup-magento/action.yml b/setup-magento/action.yml index 2e0e206..4a10029 100644 --- a/setup-magento/action.yml +++ b/setup-magento/action.yml @@ -90,6 +90,11 @@ runs: env: COMPOSER_AUTH: ${{ inputs.composer_auth }} + - run: mkdir -p ${{ steps.setup-magento-compute-directory.outputs.MAGENTO_DIRECTORY }}/app/etc + shell: bash + name: Ensure app/etc exists for magento composer plugin + if: inputs.mode == 'extension' + - uses: graycoreio/github-actions-magento2/fix-magento-install@main name: Fix Magento Out of Box Install Issues with: