mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
🐳 Fix success-url
This commit is contained in:
parent
3dab1b0302
commit
eb50950bb7
2
.github/workflows/docker-images-nightly.yml
vendored
2
.github/workflows/docker-images-nightly.yml
vendored
|
@ -60,5 +60,5 @@ jobs:
|
||||||
tags: n8nio/n8n:${{ github.event.inputs.tag || 'nightly' }}
|
tags: n8nio/n8n:${{ github.event.inputs.tag || 'nightly' }}
|
||||||
- name: Call Success URL - optionally
|
- name: Call Success URL - optionally
|
||||||
run: |
|
run: |
|
||||||
[[ "${{github.event.inputs.success-url}}" != "" ]] && curl -I ${{github.event.inputs.success-url}} || echo ""
|
[[ "${{github.event.inputs.success-url}}" != "" ]] && curl -v ${{github.event.inputs.success-url}} || echo ""
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue