Update .woodpecker.yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-12-01 19:17:50 +00:00
parent b4581c604c
commit bee9ed70d0

View File

@@ -40,7 +40,7 @@ steps:
commands: commands:
- > - >
echo "Build completed: $CI_COMMIT_SHA" | 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 - name: push-to-github
image: alpine/git image: alpine/git