We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa09290 commit e4e2474Copy full SHA for e4e2474
build.sh
@@ -66,7 +66,7 @@ esac
66
force_push_flag=''
67
case "$force_push" in
68
true) force_push_flag='--force' ;;
69
-false) force_push_flag='--force-with-lease' ;;
+false) force_push_flag='' ;;
70
*)
71
echo "::error::Invalid Value: inputs.force_push is neither 'true' nor 'false': '$force_push'"
72
exit 3
0 commit comments