Fix removed code lines
@ -14,6 +14,10 @@ echo "Push to branch $INPUT_BRANCH";
exit 1;
};
if ${INPUT_FORCE}; then
_FORCE_OPTION='--force'
fi
if ${INPUT_TAGS}; then
_TAGS='--tags'
The note is not visible to the blocked user.