We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc18f2 commit f54dcc5Copy full SHA for f54dcc5
1 file changed
setup-magento/action.yml
@@ -91,6 +91,11 @@ runs:
91
env:
92
COMPOSER_AUTH: ${{ inputs.composer_auth }}
93
94
+ - run: mkdir -p ${{ steps.setup-magento-compute-directory.outputs.MAGENTO_DIRECTORY }}/app/etc
95
+ shell: bash
96
+ name: Ensure app/etc exists for magento composer plugin
97
+ if: inputs.mode == 'extension'
98
+
99
- uses: mage-os/github-actions/fix-magento-install@main
100
name: Fix Magento Out of Box Install Issues
101
with:
0 commit comments