Update .woodpecker.yml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-12-02 19:09:41 +00:00
parent bf6ff24d13
commit 38d23b4a2f

View File

@@ -55,8 +55,8 @@ steps:
- 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
# NO FETCH # IMPORTANT: convert shallow clone to full history
# NO REBASE - git fetch --depth=1000000
# Just overwrite GitHub main with Gitea test
- git push -f github HEAD:main
# Force push Gitea -> GitHub
- git push -f github HEAD:main