Skip to content

Commit e4e2474

Browse files
committed
Stop using --force-with-lease
1 parent fa09290 commit e4e2474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ esac
6666
force_push_flag=''
6767
case "$force_push" in
6868
true) force_push_flag='--force' ;;
69-
false) force_push_flag='--force-with-lease' ;;
69+
false) force_push_flag='' ;;
7070
*)
7171
echo "::error::Invalid Value: inputs.force_push is neither 'true' nor 'false': '$force_push'"
7272
exit 3

0 commit comments

Comments
 (0)