1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-20 17:37:25 +03:00

🐳 Fix success-url

This commit is contained in:
Jan Oberhauser 2022-02-25 19:58:35 +01:00
parent 3dab1b0302
commit eb50950bb7

View File

@ -60,5 +60,5 @@ jobs:
tags: n8nio/n8n:${{ github.event.inputs.tag || 'nightly' }}
- name: Call Success URL - optionally
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