Missed a '

This commit is contained in:
Matt DiMeglio 2026-01-23 00:28:37 -05:00
parent d73187f2b0
commit e0d228cf9d

View file

@ -90,5 +90,5 @@ jobs:
steps:
- name: Deploy to Coolify
run: |
curl ${{ secrets.COOLIFY_WEBHOOK_API }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
curl '${{ secrets.COOLIFY_WEBHOOK_API }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'