From 0faf039632dbc0d83cea9b5a1b4a68431ec4f756 Mon Sep 17 00:00:00 2001 From: rohit Date: Mon, 1 Dec 2025 19:10:49 +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 2552c5d..8302e04 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: text/plain" $WEBHOOK_URL - name: push-to-github image: alpine/git