We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac071d1 commit d837d9bCopy full SHA for d837d9b
1 file changed
.github/workflows/backport_receive.yml
@@ -14,6 +14,7 @@ jobs:
14
with:
15
ref: 'dev'
16
- name: Apply patch
17
+ continue-on-error: true
18
run: |
19
curl -L ${{ github.event.client_payload.patch_url }} | git apply -v --reject --intent-to-add
20
- name: Create Pull Request
0 commit comments