@@ -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'
fi
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.