Skip to content

Commit 0f390a6

Browse files
authored
Merge pull request #4046 from yue9944882/patch-p
Generate workflow: Adding -p0 param for stripping prefix for patch cmd
2 parents 81547de + 09139f8 commit 0f390a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Apply Manual Diffs
8181
if: ${{ github.event.inputs.skip_patches != 'true' }}
8282
run: |
83-
ls scripts/patches/*.diff | xargs -I {} patch -i {}
83+
ls scripts/patches/*.diff | xargs -I {} patch -p0 -i {}
8484
git add *.java
8585
git commit -s -m 'Applied patches under scripts/patches/*.diff'
8686
- name: Generate Fluent

0 commit comments

Comments
 (0)