This action helps to apply a patch from compared commits generated by Github.
- uses: compucorp/apply-patch@1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# 'The Github repository owner/name. For example, compucorp/civicrm-core'
repo: 'compucorp/civicrm-core'
# A tag or a branch name of the base branch
version: '5.25.0'
# (Optional) 'Path of the working directory.'
path: 'civicrm-core'
See the actions tab for runs of this action! 🚀