From 65e8c41b657e9f0c4ac032de79b8a47056e6a5c9 Mon Sep 17 00:00:00 2001 From: Felipe Canin Novaes Date: Thu, 19 Mar 2026 23:13:20 -0300 Subject: [PATCH] fix: remove unnecessary line break in CI deployment script --- .gitea/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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