v.parsed.err=errors.New(fmt.Sprintf("Environment variable %s not found. It should have been of type %s",k,v.dtype))
c.env[k]=v
}
}else{
v.parsed=parser(v.value)
c.env[k]=v
}
}
}
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.