From 98e904f893c0e7db554b6488ad9a224d67ddda1f Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 29 Sep 2025 20:39:24 +0000 Subject: [PATCH] Update build-and-deploy.yml --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 65ff4fc..7ccb43d 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -49,4 +49,4 @@ jobs: - name: Trigger deployment webhook run: | - curl "${{ secrets.COOLIFY_DEPLOY_WEBHOOK }}" --header "Authorization: Bearer ${{ secrets.COOLIFY_DEPLOY_TOKEN }}" + curl '${{ secrets.COOLIFY_DEPLOY_WEBHOOK }}' --header "Authorization: Bearer ${{ secrets.COOLIFY_DEPLOY_TOKEN }}"