Skip to content

Commit 2567937

Browse files
authored
Fix readme action instructions
1 parent fc7fc8d commit 2567937

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup-install/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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"
@@ -51,7 +51,7 @@ jobs:
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 }}
@@ -64,7 +64,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)