We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fcd70 commit f79de7dCopy full SHA for f79de7d
cache-magento/README.md
@@ -11,7 +11,6 @@ See the [action.yml](./action.yml)
11
| ------------------ | -------------------------------------------------------------------------------------- | -------- | ------------ |
12
| 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 |
14
-| magento_directory | The Magento directory for the action to run against. | true | N/A |
15
16
### Usage
17
@@ -33,7 +32,6 @@ jobs:
33
32
- uses: actions/checkout@v3
34
- uses: mage-os/github-actions/cache-magento@main
35
with:
36
- magento_directory: $GITHUB_WORKSPACE
37
mode: 'store'
38
id: cache-magento
39
0 commit comments