From bee9ed70d085bb8e1c631ee67442699a24e7b35b Mon Sep 17 00:00:00 2001 From: rohit Date: Mon, 1 Dec 2025 19:17:50 +0000 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d7caa49..3da10ff 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -40,7 +40,7 @@ steps: commands: - > echo "Build completed: $CI_COMMIT_SHA" | - curl -X POST -H "Content-Type: text/plain" $WEBHOOK_URL + curl -X POST -H "Content-Type: application/json" --data '{"text": "Build completed: '$CI_COMMIT_SHA'"}' $WEBHOOK_URL - name: push-to-github image: alpine/git