Skip to content

Commit

Permalink
see if upstream MR 499 has anything
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Aug 12, 2024
1 parent be876e4 commit 3e1d14a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ jobs:
cd web/modules/contrib
git clone https://git.drupalcode.org/project/webform.git
cd webform
# see if this does anything we weren't already doing
curl -L -O https://git.drupalcode.org/project/webform/-/merge_requests/499.diff
git apply 499.diff
sed -i -e 's/10\.1/11/' webform.info.yml
sed -i -e 's/10\.1/11/' composer.json
# somebody has submitted a patch for "tabbable"
Expand Down

0 comments on commit 3e1d14a

Please sign in to comment.