diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6bdca42..8a838a2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,5 +8,4 @@ jobs: steps: - name: Deploy to Coolify run: | - curl —-request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header - 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}' \ No newline at end of file + curl —-request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}' \ No newline at end of file