From a39f089d63970e3cd759f73255628c7708ffe07a Mon Sep 17 00:00:00 2001 From: Akulij Date: Sun, 4 May 2025 03:52:32 +0300 Subject: [PATCH] cd.yaml: fix hook formating --- .gitea/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 1e1b6aa..aa90aae 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -64,4 +64,4 @@ jobs: path: target/x86_64-unknown-linux-gnu/release/gongbotrs - name: Deploy with WebHook - run: curl http://${{ secrets.SERVER_ADDR }}/hooks/gongbot-deploy?binaryzip='${{ steps.bot-artifact.outputs.artifact-url }}' + run: curl http://${{ secrets.SERVER_ADDR }}/hooks/gongbot-deploy?binaryzip=${{ steps.bot-artifact.outputs.artifact-url }}