Try reject files instead of updating the index

This commit is contained in:
Wires77
2025-10-26 03:56:03 -05:00
parent 533b332880
commit ac071d1731

View File

@@ -15,7 +15,7 @@ jobs:
ref: 'dev'
- name: Apply patch
run: |
curl -L ${{ github.event.client_payload.patch_url }} | git apply -v --index
curl -L ${{ github.event.client_payload.patch_url }} | git apply -v --reject --intent-to-add
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with: