Workflow needs to continue even on error
This commit is contained in:
1
.github/workflows/backport_receive.yml
vendored
1
.github/workflows/backport_receive.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user