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 fe704ad commit 16cb652Copy full SHA for 16cb652
.github/workflows/backport_receive.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Apply patch
17
continue-on-error: true
18
run: |
19
- curl -L ${{ github.event.client_payload.patch_url }} | git apply -v --reject --intent-to-add
+ curl -L ${{ github.event.client_payload.patch_url }} | patch -p1 --merge --verbose -f -l --no-backup-if-mismatch
20
- name: Create Pull Request
21
uses: peter-evans/create-pull-request@v5
22
with:
0 commit comments