We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb92c9 commit 78ddf29Copy full SHA for 78ddf29
.github/workflows/generate.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Apply Manual Diffs
81
if: ${{ github.event.inputs.skip_patches != 'true' }}
82
run: |
83
- ls scripts/patches/*.diff | xargs -I {} patch -p0 -i {}
+ ls scripts/patches/*.diff | xargs -I {} bash -xc 'patch -p1 < "{}"'
84
git add *.java
85
git commit -s -m 'Applied patches under scripts/patches/*.diff'
86
- name: Generate Fluent
0 commit comments