Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seyuf committed Jul 21, 2024
1 parent cdc06b7 commit 15df375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,15 +587,15 @@ For magento 2.3 & 2.4
To apply specific magento patches and hotfixes:

* put the .patch files in m2-hotfixes directory and/or use `.magento.env.yaml` file ([more info](https://experienceleague.adobe.com/en/docs/commerce-cloud-service/user-guide/develop/upgrade/apply-patches))
* then enable the patcher by setting `apply-patches` to 1 during the build process as follow
* then enable the patcher by setting `apply_patches` to 1 during the build process as follow
```
- name: 'This step will build an magento artifact'
uses: MAD-I-T/magento-actions@master
env:
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
with:
process: 'build'
apply-patches: 1
apply_patches: 1
```


Expand Down

0 comments on commit 15df375

Please sign in to comment.