From e7b5e44dc52b1efa5774a18ed3c45cecd674a5e5 Mon Sep 17 00:00:00 2001 From: Felipe Canin Novaes Date: Thu, 19 Mar 2026 23:11:46 -0300 Subject: [PATCH] fix: correct quotation marks in CI deployment script --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9078e69..6bdca42 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,4 +9,4 @@ jobs: - name: Deploy to Coolify run: | curl —-request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header - ‘Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}' \ No newline at end of file + 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}' \ No newline at end of file