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.
2 parents 81547de + 09139f8 commit 0f390a6Copy full SHA for 0f390a6
.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 -i {}
+ ls scripts/patches/*.diff | xargs -I {} patch -p0 -i {}
84
git add *.java
85
git commit -s -m 'Applied patches under scripts/patches/*.diff'
86
- name: Generate Fluent
0 commit comments