File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 matrix : ${{ steps.supported-version.outputs.matrix }}
3737 steps :
3838 - uses : actions/checkout@v6
39- - uses : mage-os/github-actions-magento2 /supported-version@main
39+ - uses : mage-os/github-actions/supported-version@main
4040 id : supported-version
4141 with :
4242 include_services : " true"
5151 steps :
5252 - uses : actions/checkout@v6
5353
54- - uses : mage-os/github-actions-magento2 /setup-magento@main
54+ - uses : mage-os/github-actions/setup-magento@main
5555 id : setup-magento
5656 with :
5757 php-version : ${{ matrix.php }}
6464 env :
6565 COMPOSER_AUTH : ${{ secrets.COMPOSER_AUTH }}
6666
67- - uses : mage-os/github-actions-magento2 /setup-install@main
67+ - uses : mage-os/github-actions/setup-install@main
6868 with :
6969 services : ${{ toJSON(matrix.services) }}
7070 path : ${{ steps.setup-magento.outputs.path }}
You can’t perform that action at this time.
0 commit comments