Skip to content

Commit f79de7d

Browse files
authored
docs(cache-magento): remove extraneous input (#128)
1 parent 76fcd70 commit f79de7d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cache-magento/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ See the [action.yml](./action.yml)
1111
| ------------------ | -------------------------------------------------------------------------------------- | -------- | ------------ |
1212
| composer_cache_key | A key to version the composer cache. Can be incremented if you need to bust the cache. | false | '__mageos' |
1313
| mode | "The mode for setup, one of: `extension` or `store`." | true | N/A |
14-
| magento_directory | The Magento directory for the action to run against. | true | N/A |
1514

1615
### Usage
1716

@@ -33,7 +32,6 @@ jobs:
3332
- uses: actions/checkout@v3
3433
- uses: mage-os/github-actions/cache-magento@main
3534
with:
36-
magento_directory: $GITHUB_WORKSPACE
3735
mode: 'store'
3836
id: cache-magento
3937

0 commit comments

Comments
 (0)