From 59160b84981cfdd400e4ff143d313346a18027be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E4=B9=9D=E9=BC=8E?= <109224573@qq.com> Date: Tue, 26 Jan 2021 20:02:40 +0800 Subject: [PATCH] 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 21c3cbe..523d5ea 100755 --- a/start.sh +++ b/start.sh @@ -14,7 +14,7 @@ echo "Push to branch $INPUT_BRANCH"; }; if ${INPUT_FORCE}; then - _FORCE_OPTION='--force' + _FORCE_OPTION='--force-with-lease' fi if ${INPUT_TAGS}; then