Skip to content

Commit 51c6533

Browse files
authored
refactor(cache-magento): remove extraneous store input (#348)
* refactor(cache-magento): remove extraneous store input * ci: remove defunct arg
1 parent a439a83 commit 51c6533

3 files changed

Lines changed: 0 additions & 8 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ jobs:
9595

9696
- uses: mage-os/github-actions/cache-magento@main
9797
with:
98-
mode: 'store'
9998
composer_cache_key: '${{ matrix.magento }}'
10099

101100
- run: composer install

cache-magento/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ See the [action.yml](./action.yml)
1010
| Input | Description | Required | Default |
1111
| ------------------ | -------------------------------------------------------------------------------------- | -------- | ------------ |
1212
| composer_cache_key | A key to version the composer cache. Can be incremented if you need to bust the cache. | false | '__mageos' |
13-
| mode | "The mode for setup, one of: `extension` or `store`." | true | N/A |
1413

1514
### Usage
1615

@@ -31,8 +30,6 @@ jobs:
3130
steps:
3231
- uses: actions/checkout@v3
3332
- uses: mage-os/github-actions/cache-magento@main
34-
with:
35-
mode: 'store'
3633
id: cache-magento
3734

3835
- run: composer install

cache-magento/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ inputs:
88
default: "__mageos"
99
description: A key to version the composer cache. Can be incremented if you need to bust the cache.
1010

11-
mode:
12-
required: true
13-
description: "The mode for setup, one of: `extension` or `store`."
14-
1511
outputs:
1612
cache-hit:
1713
description: "A boolean value to indicate an exact match was found for the key"

0 commit comments

Comments
 (0)