Skip to content

Commit ac071d1

Browse files
committed
Try reject files instead of updating the index
1 parent 533b332 commit ac071d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/backport_receive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ref: 'dev'
1616
- name: Apply patch
1717
run: |
18-
curl -L ${{ github.event.client_payload.patch_url }} | git apply -v --index
18+
curl -L ${{ github.event.client_payload.patch_url }} | git apply -v --reject --intent-to-add
1919
- name: Create Pull Request
2020
uses: peter-evans/create-pull-request@v5
2121
with:

0 commit comments

Comments
 (0)