🐳 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