Workflow needs to continue even on error

This commit is contained in:
Wires77
2025-10-26 04:02:23 -05:00
parent ac071d1731
commit d837d9b9e9

View File

@@ -14,6 +14,7 @@ jobs:
with:
ref: 'dev'
- name: Apply patch
continue-on-error: true
run: |
curl -L ${{ github.event.client_payload.patch_url }} | git apply -v --reject --intent-to-add
- name: Create Pull Request