Skip to content

Commit

Permalink
revert when fixed in core
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Jun 10, 2024
1 parent efe4214 commit 22d6a0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Webform CiviCRM"
- name: temp patch until core fix
run: |
cd ~/drupal/vendor/civicrm/civicrm-core
curl -L -O https://github.com/civicrm/civicrm-core/pull/30380.diff
git apply 30380.diff
- name: Optionally Apply Core PR
if: ${{ github.event.inputs.coreprurl != 0 }}
run: |
Expand Down

0 comments on commit 22d6a0c

Please sign in to comment.