like this? ```ts let targetOrgGithubHandle = name ? name.split("/")[0] : ctx.auth.github_username ``` name is even inffered from ctx if not present is this ok?