Skip to content

Commit 4473f7e

Browse files
committed
feat: remove unmaintained workflows
1 parent 404e77a commit 4473f7e

File tree

10 files changed

+6
-1253
lines changed

10 files changed

+6
-1253
lines changed

.github/workflows/_internal-setup-magento.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
mode: store
9494
working-directory: ${{ env.magento_folder }}
9595

96-
- uses: mage-os/github-actions/cache-magento@main
96+
- uses: graycoreio/github-actions-magento2/cache-magento@main
9797
with:
9898
mode: 'store'
9999
composer_cache_key: '${{ matrix.magento }}'
@@ -116,7 +116,7 @@ jobs:
116116
mode: extension
117117
magento_version: magento/project-community-edition:2.4.5-p1
118118

119-
- uses: mage-os/github-actions/cache-magento@main
119+
- uses: graycoreio/github-actions-magento2/cache-magento@main
120120
with:
121121
mode: 'extension'
122122
composer_cache_key: 'magento/project-community-edition:2.4.5-p1'

.github/workflows/full-integration-tests.yaml

Lines changed: 0 additions & 288 deletions
This file was deleted.

.github/workflows/integration-README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ See the [integration.yaml](./integration.yaml)
2424

2525
### Matrix Format
2626

27-
The Magento matrix format outlined by the [supported versions action.](https://github.com/mage-os/github-actions/tree/main/supported-version/supported.json)
27+
The Magento matrix format outlined by the [supported versions action.](https://github.com/graycoreio/github-actions-magento2/tree/main/supported-version/supported.json)
2828

2929

3030
## Usage
@@ -47,12 +47,12 @@ jobs:
4747
matrix: ${{ steps.supported-version.outputs.matrix }}
4848
steps:
4949
- uses: actions/checkout@v2
50-
- uses: mage-os/github-actions/supported-version@main
50+
- uses: graycoreio/github-actions-magento2/supported-version@main
5151
id: supported-version
5252
- run: echo ${{ steps.supported-version.outputs.matrix }}
5353
integration-workflow:
5454
needs: compute_matrix
55-
uses: mage-os/github-actions/.github/workflows/integration.yaml@main
55+
uses: graycoreio/github-actions-magento2/.github/workflows/integration.yaml@main
5656
with:
5757
package_name: my-vendor/package
5858
matrix: ${{ needs.compute_matrix.outputs.matrix }}

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
COMPOSER_AUTH: ${{ secrets.composer_auth }}
117117
name: Create Magento ${{ matrix.magento }} Project
118118

119-
- uses: mage-os/github-actions/get-magento-version@main
119+
- uses: graycoreio/github-actions-magento2/get-magento-version@main
120120
id: magento-version
121121
with:
122122
working-directory: ${{ inputs.magento_directory }}

0 commit comments

Comments
 (0)