From 0013710a5125708c8a791f51e150685acbc15e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Thu, 22 Apr 2021 20:34:20 +0100 Subject: [PATCH] always force push on sync to github --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index df42e437..746df5cd 100644 --- a/.build.yml +++ b/.build.yml @@ -11,4 +11,4 @@ tasks: cd dotfiles GITHUB_TOKEN=`cat ~/.github_token` git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git - git push github master + git push github --all --force