Add your onw scripts to the magento-actions

You can customize and add you own script / process to the magento-actions :

  1. create a scripts directory at the root of the project alongside the magento dir.
  2. add your bash script inside that dir example my-script.sh
  3. call your script from the action through the proccess and override_settings tags
   - name: 'launch my custom script'
      uses: MAD-I-T/magento-actions@v3.10
      env:
        COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
      with:
        process: 'my-script'
        elasticsearch: 1
        override_settings: 1