File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff line change 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-
1511outputs :
1612 cache-hit :
1713 description : " A boolean value to indicate an exact match was found for the key"
You can’t perform that action at this time.
0 commit comments