Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 631 Bytes

File metadata and controls

22 lines (16 loc) · 631 Bytes

Apply a Patch Action

This action helps to apply a patch from compared commits generated by Github.

Usage

    - 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! 🚀