Skip to content

Commit 16cb652

Browse files
committed
Even more robust backporting command
1 parent fe704ad commit 16cb652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport_receive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Apply patch
1717
continue-on-error: true
1818
run: |
19-
curl -L ${{ github.event.client_payload.patch_url }} | git apply -v --reject --intent-to-add
19+
curl -L ${{ github.event.client_payload.patch_url }} | patch -p1 --merge --verbose -f -l --no-backup-if-mismatch
2020
- name: Create Pull Request
2121
uses: peter-evans/create-pull-request@v5
2222
with:

0 commit comments

Comments
 (0)