diff --git a/.woodpecker/sync.yml b/.woodpecker/sync.yml index a6f1f1bd..be771e4e 100644 --- a/.woodpecker/sync.yml +++ b/.woodpecker/sync.yml @@ -6,6 +6,8 @@ pipeline: commands: - git lfs fetch --all - git fetch --unshallow origin + - git checkout main + - git pull origin main - git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git - git push github --all --force secrets: [ github_token ]