From 6ca7df8e1ccb27a2f4c15145f5cbe1ed2c252020 Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Thu, 5 May 2022 06:27:49 +0200 Subject: [PATCH] Revert "Use --force-with-lease instead of --force" --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 68e0c11..5faf53a 100755 --- a/start.sh +++ b/start.sh @@ -14,7 +14,7 @@ echo "Push to branch $INPUT_BRANCH"; }; if ${INPUT_FORCE}; then - _FORCE_OPTION='--force-with-lease' + _FORCE_OPTION='--force' fi if ${INPUT_TAGS}; then