diff --git a/.woodpecker.yml b/.woodpecker.yml index def5e19..d7caa49 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -51,5 +51,5 @@ steps: status: [ success ] commands: - 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 \ No newline at end of file