try to fix missing git objects on push
This commit is contained in:
parent
a3b3719ceb
commit
6d1a51fead
1 changed files with 2 additions and 0 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue