Skip to content

Commit db4e54c

Browse files
committed
refactor(cache-magento): remove extraneous store input
1 parent b281820 commit db4e54c

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

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)