From 13ea59503ea271eea2fca940d13c6388a1b798b5 Mon Sep 17 00:00:00 2001 From: rohit Date: Mon, 1 Dec 2025 19:47:03 +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 1146540..35daa79 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -41,7 +41,7 @@ steps: - > echo "Build completed: $CI_COMMIT_SHA" | curl -X POST -H "Content-Type: application/json" --data '{"text": "Build completed: '$CI_COMMIT_SHA'"}' $WEBHOOK_URL - + - name: push-to-github # Corrected Indentation applied to all keys below this line: image: alpine/git