When using Text/XML transformation it should just work with
1 {% CurrentSite.SiteName |(identity)GlobalAdministrator%}
When using ASCX transformation you could use:
<%# CurrentSite.SiteName %>
Or make sure you include the full namespace:
<%# CMS.SiteProvider.SiteContext.CurrentSiteName %>