From 6d1a51feada8b6b17883734b57859373ef7031c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 9 Jan 2023 10:01:05 +0000 Subject: [PATCH] try to fix missing git objects on push --- .woodpecker/sync.yml | 2 ++ 1 file changed, 2 insertions(+) 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 ]