mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
feat: use Mage-OS by default (#17)
This commit is contained in:
@@ -22,7 +22,7 @@ on:
|
||||
magento_repository:
|
||||
type: string
|
||||
required: false
|
||||
default: "https://repo.magento.com/"
|
||||
default: "https://mirror.mage-os.org/"
|
||||
description: "Where to install Magento from"
|
||||
|
||||
matrix:
|
||||
|
||||
@@ -34,12 +34,15 @@
|
||||
"repositories": {
|
||||
"0": {
|
||||
"type": "composer",
|
||||
"url": "https://repo.magento.com/"
|
||||
"url": "https://mirror.mage-os.org/"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
"sort-packages": true,
|
||||
"allow-plugins": {
|
||||
"magento/composer-dependency-version-audit-plugin": true
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5"
|
||||
|
||||
Generated
+6001
File diff suppressed because it is too large
Load Diff
@@ -39,7 +39,7 @@ inputs:
|
||||
|
||||
magento_repository:
|
||||
required: true
|
||||
default: "https://repo.magento.com/"
|
||||
default: "https://mirror.mage-os.org/"
|
||||
description: "Where to install Magento from"
|
||||
|
||||
composer_auth:
|
||||
|
||||
Reference in New Issue
Block a user