chore: switch all references of graycore/github-actions-magento2 to mage-os/github-actions

This commit is contained in:
Vinai Kopp
2023-06-17 09:49:31 +02:00
parent 7b813336fa
commit 1dc33c08a1
23 changed files with 46 additions and 46 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ See the [action.yml](./action.yml)
| Input | Description | Required | Default |
| ------------------ | -------------------------------------------------------------------------------------- | -------- | ------------ |
| composer_cache_key | A key to version the composer cache. Can be incremented if you need to bust the cache. | false | '__graycore' |
| composer_cache_key | A key to version the composer cache. Can be incremented if you need to bust the cache. | false | '__mageos' |
| mode | "The mode for setup, one of: `extension` or `store`." | true | N/A |
| magento_directory | The Magento directory for the action to run against. | true | N/A |
@@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: graycoreio/github-actions-magento2/cache-magento@main
- uses: mage-os/github-actions/cache-magento@main
with:
magento_directory: $GITHUB_WORKSPACE
mode: 'store'
@@ -40,4 +40,4 @@ jobs:
- run: composer install
shell: bash
name: Composer install
```
```
+1 -1
View File
@@ -5,7 +5,7 @@ description: "A Github Action that creates a composer cache for a Magento extens
inputs:
composer_cache_key:
required: false
default: "__graycore"
default: "__mageos"
description: A key to version the composer cache. Can be incremented if you need to bust the cache.
mode: