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

This commit is contained in:
2025-12-01 19:34:07 +00:00
parent 01b83dcd57
commit 4aa3924c39

View File

@@ -43,6 +43,7 @@ steps:
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
environment:
GITHUB_TOKEN:
@@ -58,4 +59,3 @@ steps:
# --- Existing Commands ---
- git remote add github https://$GITHUB_TOKEN@github.com/Magiciian/dummy-app.git
- git push github HEAD:main