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

This commit is contained in:
2025-12-01 19:13:35 +00:00
parent 98363b2263
commit b4581c604c

View File

@@ -51,5 +51,5 @@ steps:
status: [ success ] status: [ success ]
commands: commands:
- git remote add github https://$GITHUB_TOKEN@github.com/Magiciian/dummy-app.git - git remote add github https://$GITHUB_TOKEN@github.com/Magiciian/dummy-app.git
git push --mirror - git push --mirror https://$GITHUB_TOKEN@github.com/Magiciian/dummy-app.git
- git push github HEAD:main - git push github HEAD:main