From 07eb3cb23f83269c4ea83a0363d6a51f30339157 Mon Sep 17 00:00:00 2001 From: Herve Tribouilloy Date: Thu, 14 May 2026 16:25:04 +0100 Subject: [PATCH] feat(setup-magento): restore Graycore parity safeguards --- setup-magento/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup-magento/action.yml b/setup-magento/action.yml index 250b189..e31b723 100644 --- a/setup-magento/action.yml +++ b/setup-magento/action.yml @@ -84,6 +84,11 @@ runs: name: Create Magento ${{ inputs.magento_version }} Project if: inputs.mode == 'extension' + - 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: mage-os/github-actions/fix-magento-install@main name: Fix Magento Out of Box Install Issues with: