Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/_internal-setup-magento.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ jobs:

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

- run: composer install
Expand Down
3 changes: 0 additions & 3 deletions cache-magento/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ 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 | '__mageos' |
| mode | "The mode for setup, one of: `extension` or `store`." | true | N/A |

### Usage

Expand All @@ -31,8 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: mage-os/github-actions/cache-magento@main
with:
mode: 'store'
id: cache-magento

- run: composer install
Expand Down
4 changes: 0 additions & 4 deletions cache-magento/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ inputs:
default: "__mageos"
description: A key to version the composer cache. Can be incremented if you need to bust the cache.

mode:
required: true
description: "The mode for setup, one of: `extension` or `store`."

outputs:
cache-hit:
description: "A boolean value to indicate an exact match was found for the key"
Expand Down
Loading