fix: Build fails if webhook fails
This commit is contained in:
@@ -109,7 +109,7 @@ jobs:
|
||||
- name: Call webhook
|
||||
if: inputs.webhook_url != ''
|
||||
run: |
|
||||
curl ${{ inputs.webhook_url }}
|
||||
curl ${{ inputs.webhook_url }} || true
|
||||
|
||||
- name: Notify build status
|
||||
if: failure()
|
||||
|
||||
Reference in New Issue
Block a user